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:49 UTC

[camel] branch master updated (8ec3f27 -> e4f5b35)

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

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


    from 8ec3f27  Upgrade Zipkin to version 2.13.0
     new a337eb5  CAMEL-13479 - Camel Shiro has a transitive dependency to Commons-Collections
     new e4f5b35  Fixed CS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)


[camel] 02/02: Fixed CS

Posted by ac...@apache.org.
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 e4f5b356d3f3c0091c62d7a4b0ab702658caa5c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 13 11:49:30 2019 +0200

    Fixed CS
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 93c8812..bab2dfe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2175,7 +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-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>


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

Posted by ac...@apache.org.
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>