mirror of https://github.com/apache/activemq.git
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:
parent
12e25bd849
commit
8e43091a45
|
@ -72,10 +72,10 @@
|
||||||
<artifactId>activemq-core</artifactId>
|
<artifactId>activemq-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- to use AMQ with Camel efficient we would need to use pooling -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>activemq-pool</artifactId>
|
<artifactId>activemq-pool</artifactId>
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
|
Loading…
Reference in New Issue