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 19:12:03 UTC

[camel-quarkus] 02/02: 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 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 225d1d90cf8e69e27e6c820c57e985b699184db9
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 a3387be70f..3e943f11bb 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 2ed231d723..0589cc4ac0 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>