From 2022057c1082ba16316cfde6c345e284cbe30aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=A7=E6=98=93=E5=AE=A2?= Date: Fri, 18 Oct 2024 02:07:38 +0800 Subject: [PATCH] [fix][client] Prevent embedding protobuf-java class files in pulsar-client-admin and pulsar-client-all (#23468) (cherry picked from commit 63c6a25718f27528ea0c7da690c479ffab17c455) --- pulsar-client-admin-shaded/pom.xml | 2 +- pulsar-client-all/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar-client-admin-shaded/pom.xml b/pulsar-client-admin-shaded/pom.xml index ef854d90305a8..6e4511e19d5d2 100644 --- a/pulsar-client-admin-shaded/pom.xml +++ b/pulsar-client-admin-shaded/pom.xml @@ -120,7 +120,6 @@ org.reactivestreams:reactive-streams com.typesafe.netty:netty-reactive-streams org.javassist:javassist - com.google.protobuf:protobuf-java com.google.guava:guava com.google.code.gson:gson com.spotify:completable-futures @@ -153,6 +152,7 @@ com.fasterxml.jackson.core:jackson-annotations + com.google.protobuf:protobuf-java diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml index 303e3960777c9..ee67f0c4a2fce 100644 --- a/pulsar-client-all/pom.xml +++ b/pulsar-client-all/pom.xml @@ -160,7 +160,6 @@ org.reactivestreams:reactive-streams com.typesafe.netty:netty-reactive-streams org.javassist:javassist - com.google.protobuf:protobuf-java com.google.guava:* org.checkerframework:* com.google.code.findbugs:* @@ -210,6 +209,7 @@ com.fasterxml.jackson.core:jackson-annotations + com.google.protobuf:protobuf-java