Skip to content

Commit

Permalink
chore: remove io.grpc:grpc-protobuf dep
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 30, 2023
1 parent 221a32a commit 113dc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ grpc-api-1.47.0.jar
grpc-context-1.47.0.jar
grpc-core-1.47.0.jar
grpc-netty-shaded-1.47.0.jar
grpc-protobuf-1.28.0.jar
grpc-protobuf-lite-1.28.0.jar
gson-2.9.0.jar
guava-27.0-jre.jar
guava-30.0-jre.jar
Expand Down Expand Up @@ -240,6 +242,7 @@ perfmark-api-0.25.0.jar
picocli-4.3.2.jar
postgresql-42.4.1.jar
protobuf-java-3.21.7.jar
proto-google-common-protos-1.17.0.jar
psjava-0.1.19.jar
reporter-config3-3.0.3.jar
reporter-config-base-3.0.3.jar
Expand Down
6 changes: 0 additions & 6 deletions hugegraph-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@
<version>${grpc.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
Expand Down

0 comments on commit 113dc53

Please sign in to comment.