mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-2570 - remove wildcards as they are ignored by bnd when the classes are not referenced and replace with explicit imports for the dependencies that are needed. In case of servlet, wildcard is ok as it is referenced but the spo bits of the logging package are needed for the appenders
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1300106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84a50910a6
commit
f5b69f8783
|
@ -128,7 +128,7 @@
|
|||
javax.management.remote,
|
||||
javax.naming,
|
||||
org.w3c.dom,
|
||||
javax.servlet,
|
||||
javax.servlet*,
|
||||
javax.servlet.jsp,
|
||||
javax.servlet.jsp.tagext,
|
||||
javax.servlet.jsp.el,
|
||||
|
@ -137,7 +137,9 @@
|
|||
javax.net,
|
||||
org.apache.commons.logging;version="[1.1,2)";resolution:=optional,
|
||||
org.slf4j;version="[1.5,2)";resolution:=optional,
|
||||
org.slf4j.spi;version="[1.5,2)";resolution:=optional,
|
||||
org.apache.log4j;version="[1.2.14,2)";resolution:=optional,
|
||||
org.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional,
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue