Skip to content

Commit 18eb86d

Browse files
mabartosgsmet
authored andcommitted
Remove com.google.code.findbugs:jsr305 from gRPC
Closes #44325 Signed-off-by: Martin Bartoš <[email protected]>
1 parent 04904fe commit 18eb86d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

extensions/grpc-common/runtime/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<name>Quarkus - gRPC Common - Runtime</name>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>com.google.code.findbugs</groupId>
18-
<artifactId>jsr305</artifactId>
19-
</dependency>
2016
<dependency>
2117
<groupId>io.vertx</groupId>
2218
<artifactId>vertx-grpc</artifactId>

test-framework/grpc/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<name>Quarkus - Test Framework - gRPC test utils</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>com.google.code.findbugs</groupId>
19-
<artifactId>jsr305</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>io.vertx</groupId>
2319
<artifactId>vertx-grpc-client</artifactId>

0 commit comments

Comments
 (0)