mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-1547 - adding activemq-core test jar
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@941703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6bd98f4c7
commit
9890479478
|
@ -80,6 +80,12 @@
|
|||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<scope>test</scope>
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activeio-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue