Skip to content

Commit

Permalink
[fix][client] Make protobuf-java dependency optional in java client l…
Browse files Browse the repository at this point in the history
…ibraries (apache#23632)

(cherry picked from commit b284cd4)
(cherry picked from commit e1e4296)
  • Loading branch information
Shawyeok authored and srinath-ctds committed Nov 28, 2024
1 parent 3294ec4 commit 896c27a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,6 @@ MIT License
* The Checker Framework
- checker-qual-3.33.0.jar

Protocol Buffers License
* Protocol Buffers
- protobuf-java-3.25.5.jar -- ../licenses/LICENSE-protobuf.txt

CDDL-1.1 -- ../licenses/LICENSE-CDDL-1.1.txt
* Java Annotations API
- javax.annotation-api-1.3.2.jar
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>pulsar-client-original</artifactId>
<name>Pulsar Client Java</name>
<name>Pulsar Client Java Original</name>

<dependencies>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>

<dependency>
<groupId>com.spotify</groupId>
<artifactId>completable-futures</artifactId>
Expand Down

0 comments on commit 896c27a

Please sign in to comment.