Migrate from jackson to micronaut serde
This commit is contained in:
parent
d53a54b8c3
commit
c654786978
16 changed files with 127 additions and 8 deletions
4
pom.xml
4
pom.xml
|
@ -114,6 +114,10 @@
|
|||
<artifactId>micronaut-security</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micronaut.serde</groupId>
|
||||
<artifactId>micronaut-serde-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micronaut.test</groupId>
|
||||
<artifactId>micronaut-test-junit5</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue