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 3729f0ebecd976b52c61ac1b4a7f9094317c0635
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Oct 1 09:49:22 2021 +0200

    CAMEL-16646 - camel-karaf - Missing the camel-aws2 OSGi deployment support 
in features.xml - AWS2-Athena
---
 platforms/karaf/features/src/main/resources/features.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 2cc7f9c..ef51f17 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -241,6 +241,11 @@
     <bundle dependency='true'>mvn:org.apache.avro/avro/${avro-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-avro/${project.version}</bundle>
   </feature>
+  <feature name='camel-aws2-athena' version='${project.version}' 
start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <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-athena/${project.version}</bundle>
+  </feature>
   <feature name='camel-aws2-s3' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk2/${aws-sdk-v2-bundle-version}</bundle>

Reply via email to