You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/12/19 15:14:12 UTC

[camel-quarkus] branch main updated: Exclude io.fabric8:zjsonpatch from test artifacts to avoid version misconvergence

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

ppalaga 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 8dd7cbaac8 Exclude io.fabric8:zjsonpatch from test artifacts to avoid version misconvergence
8dd7cbaac8 is described below

commit 8dd7cbaac8c418856e1320abcfc15f599ad3d75e
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Dec 19 10:44:59 2022 +0100

    Exclude io.fabric8:zjsonpatch from test artifacts to avoid version
    misconvergence
---
 integration-tests/kubernetes/pom.xml       | 4 ++++
 integration-tests/master-openshift/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml
index b7ed5de106..a559f5719a 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -60,6 +60,10 @@
                     <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.fabric8</groupId>
+                    <artifactId>zjsonpatch</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml
index f7428ce494..0cec4490af 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -93,6 +93,10 @@
                     <groupId>junit</groupId>
                     <artifactId>junit</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.fabric8</groupId>
+                    <artifactId>zjsonpatch</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>