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

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

commit c1f82c7532bfc33c88adc010907bb12a1a245f4e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Oct 1 10:15:31 2021 +0200

    CAMEL-16646 - camel-karaf - Missing the camel-aws2 OSGi deployment support 
in features.xml - AWS2-SQS
---
 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 ce9704c..b0c1457 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -325,6 +325,7 @@
   </feature>
   <feature name='camel-aws2-sqs' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
+    <bundle 
dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk2/${aws-sdk-v2-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-aws2-sqs/${project.version}</bundle>
   </feature>

Reply via email to