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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 93af333ae348bd29db52c39269576696528f3c3e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Mar 11 07:43:05 2021 +0100

    CAMEL-16333 - Having a middle folder for debezium components
---
 bom/camel-bom/pom.xml | 5 +++++
 parent/pom.xml        | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index c7d733a..f8790d7 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -569,6 +569,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-debezium-common-parent</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-debezium-parent</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index e6ce43c..2455e4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1206,6 +1206,11 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.camel</groupId>
+                               
<artifactId>camel-debezium-common-parent</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.camel</groupId>
                                <artifactId>camel-debezium-parent</artifactId>
                                <version>${project.version}</version>
                        </dependency>

Reply via email to