You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/06/07 12:14:54 UTC

[camel] 04/05: CAMEL-13620: Move Main out to camel-main

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

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

commit 0b09982bf588232d7a4f6f148f08c5437697b217
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 7 13:22:08 2019 +0200

    CAMEL-13620: Move Main out to camel-main
---
 bom/camel-bom/pom.xml                   | 5 +++++
 components/camel-test-blueprint/pom.xml | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 39961eb..b690422 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1789,6 +1789,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-main</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-management-api</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index d15fa4b..a1ce779 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -46,6 +46,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-core</artifactId>
             <type>test-jar</type>
             <scope>test</scope>