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

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

commit 7e614cf8b9b6806f8cf7fa9c50575be6486d4ae5
Author: Claus Ibsen <claus.ib...@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 -->

Reply via email to