ARTEMIS-2208 Fix Unit Tests Pom

This commit is contained in:
Martyn Taylor 2018-12-19 09:51:27 +00:00
parent 09b3e25d1f
commit 4445e7ce18
1 changed files with 2 additions and 2 deletions
tests/unit-tests

View File

@ -151,13 +151,13 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-test-support</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>