start removing dependencies on activemq-core

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1430498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-01-08 20:39:14 +00:00
parent 09c450015e
commit dfd4c5680f
2 changed files with 1 additions and 7 deletions

View File

@ -80,12 +80,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>

View File

@ -33,7 +33,7 @@
<!-- activemq -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<artifactId>activemq-client</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>