This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 73955aa5a9e97a1dfe3597ae5d377eaf61a7994a Author: Florian Wermelskirchen <fwermelskirc...@eitco.de> AuthorDate: Mon May 13 09:19:30 2019 +0200 CAMEL-13479 - Camel Shiro has a transitive dependency to Commons-Collections Camel Shiro has a transitive dependency to Commons-Collections --- 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 d4a7be0..c585212 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2035,6 +2035,7 @@ </feature> <feature name='camel-shiro' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature> + <bundle dependency='true'>mvn:commons-collections/commons-collections/${commons-collections-version}</bundle> <bundle dependency='true'>mvn:commons-beanutils/commons-beanutils/${commons-beanutils-version}</bundle> <bundle dependency='true'>mvn:org.apache.commons/commons-configuration2/${commons-configuration2-version}</bundle> <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>