Puting the test-jar in a test scope

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@516035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-03-08 13:24:30 +00:00
parent 7a69a9f78e
commit cb9118e80a
1 changed files with 1 additions and 1 deletions

View File

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