Skip to content

Commit

Permalink
prevent shade protobuf-java in pulsar-client-all as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawyeok committed Oct 16, 2024
1 parent 7fd8d0e commit 0bf5862
Showing 1 changed file with 1 addition and 1 deletion.
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 0bf5862

Please sign in to comment.