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:20:11 UTC

[camel-karaf] 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-karaf.git


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

commit 80d9b9274f822d3858339dd6d38e50888fb8eb81
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 24 15:19:44 2020 +0100

    CAMEL-14779: Move Main out of camel-spring due to osgi circular dependency issue
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 9f5edbb..2616f11 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -63,6 +63,7 @@
     <bundle>mvn:org.apache.camel/camel-xml-jaxb/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-caffeine-lrucache/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-tooling-model/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-main/${project.version}</bundle>
     <!-- core components -->
     <bundle>mvn:org.apache.camel/camel-bean/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-browse/${project.version}</bundle>