You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/10/23 00:10:27 UTC

[6/6] servicemix git commit: SM-2701: Upgrade to ActiveMQ 5.12.1

SM-2701: Upgrade to ActiveMQ 5.12.1


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

Branch: refs/heads/servicemix-5.5.x
Commit: 54d2dc4e0a1aa694eebae0ddb79fa267dfcfa994
Parents: 6f231e9
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Wed Oct 21 00:28:54 2015 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Fri Oct 23 00:01:46 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/54d2dc4e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0bd83e3..bfe0033 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -38,7 +38,7 @@
 
     <!-- Properties -->
     <properties>
-        <activemq.version>5.11.2</activemq.version>
+        <activemq.version>5.12.1</activemq.version>
         <activiti.version>5.17.0</activiti.version>
         <akka.version>2.3.9</akka.version>
         <aries.blueprint.core.version>1.4.3</aries.blueprint.core.version>
@@ -151,6 +151,21 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
+                <artifactId>activemq-client</artifactId>
+                <version>${activemq.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>activemq-pool</artifactId>
+                <version>${activemq.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
+                <artifactId>activemq-spring</artifactId>
+                <version>${activemq.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-web-console</artifactId>
                 <version>${activemq.version}</version>
                 <type>war</type>