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

acosentino pushed a commit to branch json-patch-jvm-ext
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 39eebd5452308ffa7d0b8faa5545615ed4d01b12
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Dec 23 15:35:04 2021 +0100

    Added Json-Patch Extension
---
 extensions-jvm/json-patch/runtime/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/extensions-jvm/json-patch/runtime/pom.xml 
b/extensions-jvm/json-patch/runtime/pom.xml
index 778bffe..5b24af0 100644
--- a/extensions-jvm/json-patch/runtime/pom.xml
+++ b/extensions-jvm/json-patch/runtime/pom.xml
@@ -56,6 +56,12 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-json-patch</artifactId>
+            <exclusions>
+               <exclusion>
+                  <groupId>com.google.code.findbugs</groupId>
+                  <artifactId>jsr305</artifactId>
+               </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 

Reply via email to