Skip to content

Commit

Permalink
Remove un-necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Sep 5, 2024
1 parent 8decd5e commit 12857d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions vertx-grpc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.41.0</version>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion vertx-grpc-server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
requires static io.vertx.codegen.api;
requires static io.vertx.codegen.json;
requires com.google.protobuf;
requires com.google.common;
exports io.vertx.grpc.server;
}

0 comments on commit 12857d6

Please sign in to comment.