git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1327557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-04-18 16:04:47 +00:00
parent 47c392bad3
commit f7a904ab68
1 changed files with 3 additions and 1 deletions

View File

@ -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>