We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558260b commit a951549Copy full SHA for a951549
1 file changed
pulsar-io/kafka/pom.xml
@@ -83,18 +83,8 @@
83
84
<dependency>
85
<groupId>io.confluent</groupId>
86
- <artifactId>kafka-schema-registry</artifactId>
+ <artifactId>kafka-schema-registry-client</artifactId>
87
<version>${kafka.confluent.schemaregistryclient.version}</version>
88
- <exclusions>
89
- <exclusion>
90
- <groupId>log4j</groupId>
91
- <artifactId>log4j</artifactId>
92
- </exclusion>
93
94
- <groupId>org.slf4j</groupId>
95
- <artifactId>slf4j-log4j12</artifactId>
96
97
- </exclusions>
98
</dependency>
99
100
0 commit comments