Skip to content

Commit 5f5db17

Browse files
committed
Merge pull request #5622 from eddumelendez/gh-5621
* pr/5622: Add dependency jackson-module-kotlin
2 parents 75c7683 + e50aac7 commit 5f5db17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,11 @@
672672
<artifactId>jackson-module-jaxb-annotations</artifactId>
673673
<version>${jackson.version}</version>
674674
</dependency>
675+
<dependency>
676+
<groupId>com.fasterxml.jackson.module</groupId>
677+
<artifactId>jackson-module-kotlin</artifactId>
678+
<version>${jackson.version}</version>
679+
</dependency>
675680
<dependency>
676681
<groupId>com.fasterxml.jackson.module</groupId>
677682
<artifactId>jackson-module-parameter-names</artifactId>

0 commit comments

Comments
 (0)