mirror of https://github.com/apache/activemq.git
made the xmlpull parser an optional dependency in osgi-land. For some reason mavne bundle plugin doesn't figure this out; transitive dependences on optional dependences don't seem to get marked as optional
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1209117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6590d4b3d0
commit
f1bbaec66b
|
@ -33,6 +33,7 @@
|
|||
<properties>
|
||||
<activemq.osgi.import.pkg>
|
||||
com.thoughtworks.xstream*;resolution:=optional,
|
||||
org.xmlpull*;resolution:=optional,
|
||||
javax.xml.stream*;resolution:=optional,
|
||||
javax.annotation*;resolution:=optional,
|
||||
javax.transaction*;resolution:=optional,
|
||||
|
|
Loading…
Reference in New Issue