git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1153675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-08-03 21:32:25 +00:00
parent 42e51a3368
commit eee1a60126
2 changed files with 12 additions and 12 deletions

View File

@ -81,13 +81,13 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<type>test-jar</type>
<scope>test</scope>

View File

@ -87,7 +87,7 @@
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>activeio-core</artifactId>
</dependency>
<dependency>