mirror of https://github.com/apache/activemq.git
added explicit dependency on activemq-pool for now until we maybe move activemq-camel to use spring's pool classes to minimse dependencies
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@685910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cf384549c
commit
84dfaabc85
|
@ -71,6 +71,12 @@
|
|||
<artifactId>activemq-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO we could maybe remove this dependency and use the Spring pool implementation? -->
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-pool</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- testing helpers -->
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
|
@ -78,11 +84,6 @@
|
|||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-pool</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue