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 2020/03/24 14:26:02 UTC

[camel] branch master updated: CAMEL-14779: Move Main out of camel-spring due to osgi circular dependency issue

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


The following commit(s) were added to refs/heads/master by this push:
     new 61d83a8  CAMEL-14779: Move Main out of camel-spring due to osgi circular dependency issue
61d83a8 is described below

commit 61d83a89b703cfd4b0b8f7a1ce9ce1d3e5cb2db6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 24 15:25:47 2020 +0100

    CAMEL-14779: Move Main out of camel-spring due to osgi circular dependency issue
---
 bom/camel-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 830a62e..aef7328 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1640,6 +1640,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-spring-main</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-spring-redis</artifactId>
         <version>${project.version}</version>
       </dependency>