Skip to content

Commit

Permalink
[fix][client] Prevent embedding protobuf-java class files in pulsar-c…
Browse files Browse the repository at this point in the history
…lient-admin and pulsar-client-all (#23468)
  • Loading branch information
Shawyeok authored Oct 17, 2024
1 parent 6933a1d commit 63c6a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulsar-client-admin-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<include>org.reactivestreams:reactive-streams</include>
<include>com.typesafe.netty:netty-reactive-streams</include>
<include>org.javassist:javassist</include>
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:guava</include>
<include>com.google.code.gson:gson</include>
<include>com.google.re2j:re2j</include>
Expand Down Expand Up @@ -153,6 +152,7 @@
</includes>
<excludes>
<exclude>com.fasterxml.jackson.core:jackson-annotations</exclude>
<exclude>com.google.protobuf:protobuf-java</exclude>
</excludes>
</artifactSet>
<filters>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
<include>org.reactivestreams:reactive-streams</include>
<include>com.typesafe.netty:netty-reactive-streams</include>
<include>org.javassist:javassist</include>
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:*</include>
<include>org.checkerframework:*</include>
<include>com.google.code.findbugs:*</include>
Expand Down Expand Up @@ -210,6 +209,7 @@
</includes>
<excludes>
<exclude>com.fasterxml.jackson.core:jackson-annotations</exclude>
<exclude>com.google.protobuf:protobuf-java</exclude>
</excludes>
</artifactSet>
<filters>
Expand Down

0 comments on commit 63c6a25

Please sign in to comment.