Skip to content

Commit 896c27a

Browse files
Shawyeoksrinath-ctds
authored andcommitted
[fix][client] Make protobuf-java dependency optional in java client libraries (apache#23632)
(cherry picked from commit b284cd4) (cherry picked from commit e1e4296)
1 parent 3294ec4 commit 896c27a

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

distribution/shell/src/assemble/LICENSE.bin.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,6 @@ MIT License
421421
* The Checker Framework
422422
- checker-qual-3.33.0.jar
423423

424-
Protocol Buffers License
425-
* Protocol Buffers
426-
- protobuf-java-3.25.5.jar -- ../licenses/LICENSE-protobuf.txt
427-
428424
CDDL-1.1 -- ../licenses/LICENSE-CDDL-1.1.txt
429425
* Java Annotations API
430426
- javax.annotation-api-1.3.2.jar

pulsar-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<artifactId>pulsar-client-original</artifactId>
33-
<name>Pulsar Client Java</name>
33+
<name>Pulsar Client Java Original</name>
3434

3535
<dependencies>
3636
<dependency>

pulsar-common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@
201201
<optional>true</optional>
202202
</dependency>
203203

204-
<dependency>
205-
<groupId>com.google.protobuf</groupId>
206-
<artifactId>protobuf-java</artifactId>
207-
</dependency>
208-
209204
<dependency>
210205
<groupId>com.spotify</groupId>
211206
<artifactId>completable-futures</artifactId>

0 commit comments

Comments
 (0)