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 2015/05/10 16:31:48 UTC

camel git commit: CAMEL-8764 Camel-Spring-Redis: Jedis bundle require commons-pool2

Repository: camel
Updated Branches:
  refs/heads/master 79f300802 -> ecad8a1ea


CAMEL-8764 Camel-Spring-Redis: Jedis bundle require commons-pool2


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ecad8a1e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ecad8a1e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ecad8a1e

Branch: refs/heads/master
Commit: ecad8a1ea9cf3f7f087b8598eca0292d6100b751
Parents: 79f3008
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sun May 10 16:29:54 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sun May 10 16:30:34 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml                                           | 1 +
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ecad8a1e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9086b67..8c04277 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,6 +118,7 @@
     <commons-math3-version>3.3</commons-math3-version>
     <commons-net-version>3.3</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
+    <commons-pool2-version>2.3</commons-pool2-version>
     <commons-vfs2-version>2.0</commons-vfs2-version>
     <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/ecad8a1e/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 901d314..e630a8f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1369,6 +1369,7 @@
     <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
     <bundle dependency='true'>mvn:org.springframework.data/spring-data-redis/${spring-data-redis-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jedis/${jedis-client-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.commons/commons-pool2/${commons-pool2-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-spring-redis/${project.version}</bundle>
   </feature>
   <feature name='camel-spring-security' version='${project.version}' resolver='(obr)' start-level='50'>