mirror of https://github.com/apache/activemq.git
NO-JIRA - Adding activemq-junit dependency to activemq-unit-tests
This commit is contained in:
parent
77d46dc139
commit
7f86825337
|
@ -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 -->
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue