Skip to content

Commit

Permalink
Merge pull request #44328 from mabartos/jsr305-removal
Browse files Browse the repository at this point in the history
Remove com.google.code.findbugs:jsr305 from gRPC
  • Loading branch information
gsmet authored Nov 12, 2024
2 parents 115619b + 18eb86d commit 626658c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import java.util.Optional;
import java.util.concurrent.ConcurrentHashMap;

import javax.annotation.Nullable;

import jakarta.inject.Inject;

import org.bson.BsonDocument;
Expand Down Expand Up @@ -100,8 +98,8 @@ public void onEnd(
AttributesBuilder attributesBuilder,
Context context,
MongoCommand command,
@Nullable Void unused,
@Nullable Throwable throwable) {
Void unused,
Throwable throwable) {
}
}
}
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 626658c

Please sign in to comment.