Skip to content

Commit 3d87965

Browse files
authored
fixes #306: Unify kotlin-reflect version (#307)
1 parent a34afb5 commit 3d87965

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@
152152
<version>${kafka.version}</version>
153153
</dependency>
154154

155+
<dependency>
156+
<groupId>org.jetbrains.kotlin</groupId>
157+
<artifactId>kotlin-reflect</artifactId>
158+
<version>${kotlin.version}</version>
159+
</dependency>
160+
155161

156162
<dependency>
157163
<groupId>com.fasterxml.jackson.core</groupId>
@@ -163,6 +169,12 @@
163169
<groupId>com.fasterxml.jackson.module</groupId>
164170
<artifactId>jackson-module-kotlin</artifactId>
165171
<version>${jackson.version}</version>
172+
<exclusions>
173+
<exclusion>
174+
<groupId>org.jetbrains.kotlin</groupId>
175+
<artifactId>kotlin-reflect</artifactId>
176+
</exclusion>
177+
</exclusions>
166178
</dependency>
167179

168180
<dependency>

0 commit comments

Comments
 (0)