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 2021/12/09 14:34:11 UTC

[camel-quarkus] branch main updated: Exclude maven-artifact from camel-quarkus-debezium-mongodb #3372

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 274610e  Exclude maven-artifact from camel-quarkus-debezium-mongodb #3372
274610e is described below

commit 274610ea2e58e9e446c89f4903edc44fb6604545
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Dec 9 12:28:28 2021 +0100

    Exclude maven-artifact from camel-quarkus-debezium-mongodb #3372
---
 extensions/debezium-mongodb/runtime/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/extensions/debezium-mongodb/runtime/pom.xml b/extensions/debezium-mongodb/runtime/pom.xml
index a4d2319..790baba 100644
--- a/extensions/debezium-mongodb/runtime/pom.xml
+++ b/extensions/debezium-mongodb/runtime/pom.xml
@@ -62,6 +62,12 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-debezium-mongodb</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.maven</groupId>
+                    <artifactId>maven-artifact</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>