We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a47b37 commit a221203Copy full SHA for a221203
1 file changed
pom.xml
@@ -91,7 +91,11 @@
91
<artifactId>jackson-module-kotlin</artifactId>
92
<version>${jackson.version}</version>
93
</dependency>
94
-
+ <dependency>
95
+ <groupId>org.jetbrains.kotlin</groupId> <!--override transitive dependency from jackson-module-kotlin-->
96
+ <artifactId>kotlin-reflect</artifactId>
97
+ <version>${kotlin.version}</version>
98
+ </dependency>
99
<dependency>
100
<groupId>com.squareup.okhttp3</groupId>
101
<artifactId>okhttp</artifactId>
0 commit comments