We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c7683 + e50aac7 commit 5f5db17Copy full SHA for 5f5db17
spring-boot-dependencies/pom.xml
@@ -672,6 +672,11 @@
672
<artifactId>jackson-module-jaxb-annotations</artifactId>
673
<version>${jackson.version}</version>
674
</dependency>
675
+ <dependency>
676
+ <groupId>com.fasterxml.jackson.module</groupId>
677
+ <artifactId>jackson-module-kotlin</artifactId>
678
+ <version>${jackson.version}</version>
679
+ </dependency>
680
<dependency>
681
<groupId>com.fasterxml.jackson.module</groupId>
682
<artifactId>jackson-module-parameter-names</artifactId>
0 commit comments