Fixed references to the test-jar.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-05-04 20:37:24 +00:00
parent 1f3f66284f
commit b29f744014
6 changed files with 12 additions and 11 deletions

View File

@ -42,7 +42,8 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<artifactId>activemq-core</artifactId>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>

View File

@ -43,10 +43,6 @@
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-gbean-management</artifactId>
</dependency>
<dependency> <!-- Used for unit tests -->
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activeio-core</artifactId>

View File

@ -42,8 +42,9 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<artifactId>activemq-core</artifactId>
<scope>compile</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>

View File

@ -43,8 +43,9 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<artifactId>activemq-core</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<!-- web container -->

View File

@ -44,7 +44,8 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<artifactId>activemq-core</artifactId>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
@ -295,4 +296,4 @@
</plugins>
</build>
</project>
</project>

View File

@ -178,8 +178,9 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<artifactId>activemq-core</artifactId>
<version>${pom.version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
@ -817,4 +818,4 @@
</plugins>
</reporting>
</project>
</project>