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/09/08 17:58:34 UTC

camel git commit: [CAMEL-9121] activemq-camel pulls in outdated version of commons-pool2

Repository: camel
Updated Branches:
  refs/heads/master c521954d2 -> ddf1c52f5


[CAMEL-9121] activemq-camel pulls in outdated version of commons-pool2


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

Branch: refs/heads/master
Commit: ddf1c52f5eb541d40f571382a711c64194147dbf
Parents: c521954
Author: Thomas Diesler <th...@jboss.com>
Authored: Tue Sep 8 15:27:16 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Sep 8 17:46:25 2015 +0200

----------------------------------------------------------------------
 components/camel-jms/pom.xml | 5 +++++
 parent/pom.xml               | 7 +++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ddf1c52f/components/camel-jms/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 8bbfef0..a808e43 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -65,6 +65,11 @@
             <artifactId>geronimo-jms_1.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-pool2</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- testing -->
         <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/ddf1c52f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 86a71ab..5ea3c72 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1865,6 +1865,13 @@
         <version>${abdera-version}</version>
       </dependency>
 
+      <!-- commons dependencies -->
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-pool2</artifactId>
+        <version>${commons-pool2-version}</version>
+      </dependency>
+      
       <!-- cxf dependencies -->
       <dependency>
         <groupId>org.apache.cxf</groupId>