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.
1 parent a34afb5 commit 3d87965Copy full SHA for 3d87965
pom.xml
@@ -152,6 +152,12 @@
152
<version>${kafka.version}</version>
153
</dependency>
154
155
+ <dependency>
156
+ <groupId>org.jetbrains.kotlin</groupId>
157
+ <artifactId>kotlin-reflect</artifactId>
158
+ <version>${kotlin.version}</version>
159
+ </dependency>
160
+
161
162
<dependency>
163
<groupId>com.fasterxml.jackson.core</groupId>
@@ -163,6 +169,12 @@
169
<groupId>com.fasterxml.jackson.module</groupId>
164
170
<artifactId>jackson-module-kotlin</artifactId>
165
171
<version>${jackson.version}</version>
172
+ <exclusions>
173
+ <exclusion>
174
175
176
+ </exclusion>
177
+ </exclusions>
166
178
167
179
168
180
0 commit comments