Skip to content

Commit a221203

Browse files
committed
Explicitly add kotlin-reflect dependency
1 parent 1a47b37 commit a221203

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@
9191
<artifactId>jackson-module-kotlin</artifactId>
9292
<version>${jackson.version}</version>
9393
</dependency>
94-
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>
9599
<dependency>
96100
<groupId>com.squareup.okhttp3</groupId>
97101
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)