This is an automated email from the ASF dual-hosted git repository.
zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 09aa7fe4dc Remove findbugs exclusion from quarkus-grpc-common in gRPC
extension (#5978)
09aa7fe4dc is described below
commit 09aa7fe4dc84c9ffdd5f1e17981b1857a6dd9992
Author: James Netherton <[email protected]>
AuthorDate: Mon Apr 8 12:52:37 2024 +0100
Remove findbugs exclusion from quarkus-grpc-common in gRPC extension (#5978)
Fixes #5957
---
extensions/grpc/runtime/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 9fcfa0c2c6..21036a1aef 100644
--- a/extensions/grpc/runtime/pom.xml
+++ b/extensions/grpc/runtime/pom.xml
@@ -39,10 +39,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc-common</artifactId>
<exclusions>
- <exclusion>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- </exclusion>
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx</artifactId>