From d0a7ee2ce9675d75c91bb555d3028c03a6106ee5 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) (cherry picked from commit 521b7b4fa1fc1e3c553f86b27412195785a9d266) --- 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 544c4cd406d74..ba77dd1892ce7 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 6d33cfc2d5208..c80b84f5b64b3 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