You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/11/26 09:19:06 UTC

[camel] 09/10: CAMEL-17237: Remove com.google.code.findbugs from dependencies

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 567a863c4b98da23d703fe21b26eb060db1e3111
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Nov 26 10:09:47 2021 +0100

    CAMEL-17237: Remove com.google.code.findbugs from dependencies
---
 parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index b04cbda..07b2b8b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3475,6 +3475,12 @@
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
                 <version>${google-guava-version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.code.findbugs</groupId>
+                        <artifactId>jsr305</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <!-- optional hapi dependencies -->