This commit is contained in:
Justin Bertram 2018-12-19 09:11:51 -06:00
commit 2c7bd5605f
1 changed files with 2 additions and 2 deletions

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>