mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4341 - making package imports optional, so activemq-osgi can be used without all the deps
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1456415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3293579e7c
commit
fbe632e968
|
@ -18,4 +18,6 @@
|
|||
webconsole.jms.url=tcp://localhost:61616
|
||||
webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root
|
||||
webconsole.jmx.user=karaf
|
||||
webconsole.jmx.password=karaf
|
||||
webconsole.jmx.password=karaf
|
||||
webconsole.jms.user=karaf
|
||||
webconsole.jms.password=karaf
|
|
@ -58,13 +58,13 @@
|
|||
org.xmlpull*;resolution:=optional,
|
||||
scala*;resolution:=optional,
|
||||
org.springframework*;version="[3,4]";resolution:=optional,
|
||||
org.apache.xbean.spring*,
|
||||
javax.annotation*,
|
||||
javax.jms*,
|
||||
javax.management*,
|
||||
javax.transaction*,
|
||||
org.apache.commons.pool*,
|
||||
org.apache.commons.net*,
|
||||
org.apache.xbean.spring*;resolution:=optional,
|
||||
javax.annotation*;resolution:=optional,
|
||||
javax.jms*;resolution:=optional,
|
||||
javax.management*;resolution:=optional,
|
||||
javax.transaction*;resolution:=optional,
|
||||
org.apache.commons.pool*;resolution:=optional,
|
||||
org.apache.commons.net*;resolution:=optional,
|
||||
*
|
||||
</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export>
|
||||
|
|
Loading…
Reference in New Issue