Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Remove unused dependencies (apache#4233)
Browse files Browse the repository at this point in the history
### Motivation
The PR apache#4232 upgrade grpc version to fix CVEs, but it introduced two unused dependencies. I pushed this PR to remove them
  • Loading branch information
hangc0276 authored Mar 18, 2024
1 parent 553fcdd commit b7a9164
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
4 changes: 0 additions & 4 deletions bookkeeper-dist/src/main/resources/LICENSE-all.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,10 @@ Apache Software License, Version 2.
- lib/io.grpc-grpc-protobuf-1.54.1.jar [33]
- lib/io.grpc-grpc-protobuf-lite-1.54.1.jar [33]
- lib/io.grpc-grpc-services-1.54.1.jar [33]
- lib/io.grpc-grpc-servlet-1.54.1.jar[33]
- lib/io.grpc-grpc-servlet-jakarta-1.54.1.jar[33]
- lib/io.grpc-grpc-stub-1.54.1.jar [33]
- lib/io.grpc-grpc-testing-1.54.1.jar [33]
- lib/io.grpc-grpc-xds-1.54.1.jar [33]
- lib/io.grpc-grpc-rls-1.54.1.jar[33]
- lib/io.grpc-grpc-servlet-1.54.1.jar[33]
- lib/io.grpc-grpc-servlet-jakarta-1.54.1.jar[33]
- lib/org.apache.curator-curator-client-5.1.0.jar [34]
- lib/org.apache.curator-curator-framework-5.1.0.jar [34]
- lib/org.apache.curator-curator-recipes-5.1.0.jar [34]
Expand Down
2 changes: 0 additions & 2 deletions bookkeeper-dist/src/main/resources/LICENSE-bkctl.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ Apache Software License, Version 2.
- lib/io.grpc-grpc-protobuf-1.54.1.jar [32]
- lib/io.grpc-grpc-protobuf-lite-1.54.1.jar [32]
- lib/io.grpc-grpc-services-1.54.1.jar [32]
- lib/io.grpc-grpc-servlet-1.54.1.jar[33]
- lib/io.grpc-grpc-servlet-jakarta-1.54.1.jar[33]
- lib/io.grpc-grpc-stub-1.54.1.jar [32]
- lib/io.grpc-grpc-testing-1.54.1.jar [32]
- lib/io.grpc-grpc-xds-1.54.1.jar [32]
Expand Down
2 changes: 0 additions & 2 deletions bookkeeper-dist/src/main/resources/LICENSE-server.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ Apache Software License, Version 2.
- lib/io.grpc-grpc-protobuf-1.54.1.jar [33]
- lib/io.grpc-grpc-protobuf-lite-1.54.1.jar [33]
- lib/io.grpc-grpc-services-1.54.1.jar [33]
- lib/io.grpc-grpc-servlet-1.54.1.jar[33]
- lib/io.grpc-grpc-servlet-jakarta-1.54.1.jar[33]
- lib/io.grpc-grpc-stub-1.54.1.jar [33]
- lib/io.grpc-grpc-testing-1.54.1.jar [33]
- lib/io.grpc-grpc-xds-1.54.1.jar [33]
Expand Down
8 changes: 8 additions & 0 deletions metadata-drivers/etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-okhttp</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
8 changes: 8 additions & 0 deletions stream/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-okhttp</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions stream/tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-okhttp</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-servlet-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit b7a9164

Please sign in to comment.