Skip to content

Commit

Permalink
[fix][io] Only bundle kafka schema registry client (apache#18931)
Browse files Browse the repository at this point in the history
(cherry picked from commit 83f7503)
  • Loading branch information
nicoloboschi committed Dec 14, 2022
1 parent b16770f commit cbeadc2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pulsar-io/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,8 @@

<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry</artifactId>
<artifactId>kafka-schema-registry-client</artifactId>
<version>${kafka.confluent.schemaregistryclient.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit cbeadc2

Please sign in to comment.