We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04904fe commit 18eb86dCopy full SHA for 18eb86d
extensions/grpc-common/runtime/pom.xml
@@ -13,10 +13,6 @@
13
<name>Quarkus - gRPC Common - Runtime</name>
14
15
<dependencies>
16
- <dependency>
17
- <groupId>com.google.code.findbugs</groupId>
18
- <artifactId>jsr305</artifactId>
19
- </dependency>
20
<dependency>
21
<groupId>io.vertx</groupId>
22
<artifactId>vertx-grpc</artifactId>
test-framework/grpc/pom.xml
@@ -14,10 +14,6 @@
<name>Quarkus - Test Framework - gRPC test utils</name>
23
<artifactId>vertx-grpc-client</artifactId>
0 commit comments