AMQ-3847: activemq-camel has again required dependency on activemq-pool.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1379795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-01 16:20:52 +00:00
parent 12e25bd849
commit 8e43091a45
1 changed files with 1 additions and 1 deletions

View File

@ -72,10 +72,10 @@
<artifactId>activemq-core</artifactId>
</dependency>
<!-- to use AMQ with Camel efficient we would need to use pooling -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-pool</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>