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 f9a4086a62606026479e96e2673a562f734b929a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Mar 11 14:00:51 2021 +0100

    CAMEL-16332 - Have a middle folder for microprofile 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 cde7e40..d5a9edf 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1235,6 +1235,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-microprofile-parent</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-microprofile-config</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 35d41b0..bf5efe8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1831,6 +1831,11 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.camel</groupId>
+                               
<artifactId>camel-microprofile-parent</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.camel</groupId>
                                
<artifactId>camel-microprofile-config</artifactId>
                                <version>${project.version}</version>
                        </dependency>

Reply via email to