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 c861f0c7347e9629100b346cce116dbb974ab9b0 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 1 10:02:40 2021 +0200 CAMEL-16646 - camel-karaf - Missing the camel-aws2 OSGi deployment support in features.xml - AWS2-Eventbridge --- 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 9997976..9e09ce9 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -273,6 +273,7 @@ </feature> <feature name='camel-aws2-eventbridge' 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-eventbridge/${project.version}</bundle> </feature>
