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


The following commit(s) were added to refs/heads/main by this push:
     new c31d19b  exclude findbugs
c31d19b is described below

commit c31d19b3f207d2a659237d66f76cbb0a9abc6ec2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Mar 17 18:50:55 2022 +0100

    exclude findbugs
---
 components/camel-json-patch/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-json-patch/pom.xml 
b/components/camel-json-patch/pom.xml
index e057b58..2573fa7 100644
--- a/components/camel-json-patch/pom.xml
+++ b/components/camel-json-patch/pom.xml
@@ -37,6 +37,12 @@
       <groupId>com.github.java-json-tools</groupId>
       <artifactId>json-patch</artifactId>
       <version>${json-patch-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>

Reply via email to