You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/12/15 08:23:51 UTC

[pulsar] branch branch-2.10 updated: [fix][io] Only bundle kafka schema registry client (#18931)

This is an automated email from the ASF dual-hosted git repository.

nicoloboschi pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 76c5ee982b5 [fix][io] Only bundle kafka schema registry client (#18931)
76c5ee982b5 is described below

commit 76c5ee982b5a9e752c354695fd7e82ff07ed7a97
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Thu Dec 15 09:22:35 2022 +0100

    [fix][io] Only bundle kafka schema registry client (#18931)
    
    (cherry picked from commit a95154976ebbbfb7d2fbf5b7ad08e25c2e15810b)
---
 pulsar-io/kafka/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pulsar-io/kafka/pom.xml b/pulsar-io/kafka/pom.xml
index ab0eb6408a7..8f918c711cd 100644
--- a/pulsar-io/kafka/pom.xml
+++ b/pulsar-io/kafka/pom.xml
@@ -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>