mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-2502 https://issues.apache.org/jira/browse/AMQ-3463 - have optional osgi import for connection pool in activemq camel
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1327557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47c392bad3
commit
f7a904ab68
|
@ -32,10 +32,12 @@
|
|||
|
||||
<properties>
|
||||
<activemq.osgi.import.pkg>
|
||||
org.apache.activemq.pool;resolution:=optional,
|
||||
javax.annotation*;resolution:=optional,
|
||||
com.thoughtworks.xstream*;resolution:=optional,
|
||||
org.apache.activeio*;resolution:=optional,
|
||||
org.apache.camel*;version="[2,3)";resolution:=optional,
|
||||
org.apache.commons.pool*;resolution:=optional,
|
||||
org.apache.derby*;resolution:=optional,
|
||||
org.apache.tools.ant*;resolution:=optional,
|
||||
org.apache.xbean*;resolution:=optional,
|
||||
|
@ -70,10 +72,10 @@
|
|||
<artifactId>activemq-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO we could maybe remove this dependency and use the Spring pool implementation? -->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-pool</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
|
|
Loading…
Reference in New Issue