Skip to content

Commit 5e62e5f

Browse files
Merge branch '10.2.x' into master
2 parents a9fb706 + 6372b74 commit 5e62e5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@
229229
<groupId>io.confluent</groupId>
230230
<artifactId>kafka-connect-storage-core</artifactId>
231231
<version>${kafka.connect.storage.common.version}</version>
232+
<exclusions>
233+
<exclusion>
234+
<groupId>io.confluent</groupId>
235+
<artifactId>kafka-connect-protobuf-converter</artifactId>
236+
</exclusion>
237+
</exclusions>
232238
</dependency>
233239
<dependency>
234240
<groupId>io.confluent</groupId>

0 commit comments

Comments
 (0)