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/04/29 22:27:49 UTC

servicemix git commit: SM-2538: JMSAppenderTest fails on Jenkins

Repository: servicemix
Updated Branches:
  refs/heads/servicemix-5.4.x 182891fb5 -> 76e8ac184


SM-2538: JMSAppenderTest fails on Jenkins


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

Branch: refs/heads/servicemix-5.4.x
Commit: 76e8ac184c58fb2fc03f4e1880f93cd7ca13ffa4
Parents: 182891f
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Wed Apr 29 22:26:58 2015 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Wed Apr 29 22:26:58 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/76e8ac18/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 019a00c..8ad7ec7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -117,6 +117,21 @@
         <version>${activemq.version}</version>
         <type>war</type>
       </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>activemq-client</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-pool</artifactId>
+        <version>${activemq.version}</version>
+      </dependency>
       <!-- Activiti-->
       <dependency>
         <groupId>org.activiti</groupId>