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 2021/07/28 05:25:00 UTC

[camel-karaf] branch main updated: CAMEL-16752: camel-spring feature should install camel-spring-xml bundle.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d7073cf  CAMEL-16752: camel-spring feature should install camel-spring-xml bundle.
d7073cf is described below

commit d7073cfe76bf4879d08ca7b69303394f4fbf7c9a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 28 07:24:41 2021 +0200

    CAMEL-16752: camel-spring feature should install camel-spring-xml bundle.
---
 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 b9e55db..143afda 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -112,6 +112,7 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-core-xml/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-spring/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-spring-xml/${project.version}</bundle>
   </feature>
 
   <!-- the following features are sorted A..Z -->