mirror of https://github.com/apache/activemq.git
applied patch from https://issues.apache.org/activemq/browse/AMQ-2068 with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@734981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e547cbdf4f
commit
2deea18cc2
|
@ -38,6 +38,7 @@
|
|||
org.apache.commons.pool*;resolution:=optional,
|
||||
org.apache.derby*;resolution:=optional,
|
||||
org.apache.tools.ant*;resolution:=optional,
|
||||
org.apache.maven*;resolution:=optional,
|
||||
org.apache.xbean*;resolution:=optional,
|
||||
'=org.apache.xbean.spring.context.v2;resolution:=optional',
|
||||
org.apache.xpath*;resolution:=optional,
|
||||
|
|
|
@ -27,9 +27,19 @@
|
|||
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>kahadb</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ :: KahaDB</name>
|
||||
<description>An Embedded Lightweight Non-Relational Database</description>
|
||||
|
||||
<properties>
|
||||
<activemq.osgi.import.pkg>
|
||||
*
|
||||
</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export>
|
||||
org.apache.kahadb*;version=${project.version}
|
||||
</activemq.osgi.export>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
|
Loading…
Reference in New Issue