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

This commit is contained in:
Christopher L. Shannon (cshannon) 2016-04-13 13:20:51 +00:00
parent 77d46dc139
commit 7f86825337
2 changed files with 10 additions and 0 deletions

View File

@ -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 -->

View File

@ -355,6 +355,12 @@
<artifactId>activemq-partition</artifactId>
<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>