Skip to content

Commit

Permalink
Make protobuf-java optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawyeok committed Nov 22, 2024
1 parent 9bcbb20 commit 172d7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulsar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>

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

<dependencies>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@

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

<dependency>
Expand Down

0 comments on commit 172d7f5

Please sign in to comment.