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/21 00:29:59 UTC

servicemix git commit: SM-2701: Upgrade to ActiveMQ 5.12.1

Repository: servicemix
Updated Branches:
  refs/heads/master c7d24357a -> a68ad0c98


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/a68ad0c9
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/a68ad0c9
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/a68ad0c9

Branch: refs/heads/master
Commit: a68ad0c98b8303c114d8513aadf647ebeccb2874
Parents: c7d2435
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Wed Oct 21 00:28:54 2015 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Wed Oct 21 00:28:54 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix/blob/a68ad0c9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d6c6afa..910062c 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.4</aries.blueprint.core.version>
@@ -154,6 +154,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>