Skip to content

Commit a951549

Browse files
authored
[fix][io] Only bundle kafka schema registry client (#18931)
1 parent 558260b commit a951549

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

pulsar-io/kafka/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,8 @@
8383

8484
<dependency>
8585
<groupId>io.confluent</groupId>
86-
<artifactId>kafka-schema-registry</artifactId>
86+
<artifactId>kafka-schema-registry-client</artifactId>
8787
<version>${kafka.confluent.schemaregistryclient.version}</version>
88-
<exclusions>
89-
<exclusion>
90-
<groupId>log4j</groupId>
91-
<artifactId>log4j</artifactId>
92-
</exclusion>
93-
<exclusion>
94-
<groupId>org.slf4j</groupId>
95-
<artifactId>slf4j-log4j12</artifactId>
96-
</exclusion>
97-
</exclusions>
9888
</dependency>
9989

10090
<dependency>

0 commit comments

Comments
 (0)