git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@941703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-05-06 12:45:43 +00:00
parent d6bd98f4c7
commit 9890479478
1 changed files with 6 additions and 0 deletions

View File

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