Migrate from jackson to micronaut serde (#159)

This commit is contained in:
Stephan Schnabel 2023-05-20 11:04:27 +02:00 committed by GitHub
parent c1f63ff146
commit 21c92edfe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 144 additions and 18 deletions

View file

@ -9,4 +9,11 @@
</parent>
<artifactId>@project.artifactId@-it-log-gcp-from-env</artifactId>
<dependencies>
<dependency>
<groupId>io.micronaut.serde</groupId>
<artifactId>micronaut-serde-jsonp</artifactId>
</dependency>
</dependencies>
</project>