You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/13 09:49:50 UTC

[camel] 01/02: CAMEL-13479 - Camel Shiro has a transitive dependency to Commons-Collections

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

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

commit a337eb54ba571500811dd264b8e09ec0b1ef0a83
Author: Florian Wermelskirchen <fw...@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 d309c5e..93c8812 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2175,6 +2175,7 @@
   </feature>
   <feature name='camel-shiro' version='${project.version}' 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>