The test-jars are not compile time dependencies.. Fixing this avoids the test classes getting included in the activemq-all jar.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-05-15 15:21:29 +00:00
parent 8b33c1c640
commit 6dc8cd034b
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<scope>compile</scope>
<type>test-jar</type>
</dependency>

View File

@ -38,7 +38,6 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<scope>compile</scope>
<type>test-jar</type>
</dependency>
<dependency>