You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2016/04/13 15:22:05 UTC

activemq git commit: NO-JIRA - Adding activemq-junit dependency to activemq-unit-tests

Repository: activemq
Updated Branches:
  refs/heads/master 77d46dc13 -> 7f8682533


NO-JIRA - Adding activemq-junit dependency to activemq-unit-tests


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

Branch: refs/heads/master
Commit: 7f868253375d36b3532767f3ca003c3c519fd049
Parents: 77d46dc
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Wed Apr 13 13:20:51 2016 +0000
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Wed Apr 13 13:21:48 2016 +0000

----------------------------------------------------------------------
 activemq-unit-tests/pom.xml | 4 ++++
 pom.xml                     | 6 ++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/7f868253/activemq-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 21756bc..66d4e60 100755
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -91,6 +91,10 @@
       <groupId>org.fusesource.mqtt-client</groupId>
       <artifactId>mqtt-client</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.activemq.tooling</groupId>
+      <artifactId>activemq-junit</artifactId>
+     </dependency>
 
     <!-- =============================== -->
     <!-- Optional Dependencies           -->

http://git-wip-us.apache.org/repos/asf/activemq/blob/7f868253/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c231ff..a83f91b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,12 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.activemq.tooling</groupId>
+        <artifactId>activemq-junit</artifactId>
+        <version>${project.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-unit-tests</artifactId>
         <version>${project.version}</version>