Skip to content

Commit

Permalink
Remove com.google.code.findbugs:jsr305 from gRPC
Browse files Browse the repository at this point in the history
Closes quarkusio#44325

Signed-off-by: Martin Bartoš <[email protected]>
  • Loading branch information
mabartos authored and gsmet committed Nov 12, 2024
1 parent 04904fe commit 18eb86d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions extensions/grpc-common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - gRPC Common - Runtime</name>

<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions test-framework/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<name>Quarkus - Test Framework - gRPC test utils</name>

<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-grpc-client</artifactId>
Expand Down

0 comments on commit 18eb86d

Please sign in to comment.