Repository: activemq
Updated Branches:
  refs/heads/activemq-5.11.x d60edc318 -> ba512d95b


[AMQ-6020] Adding the necessary import and removing the export packages
This closes #153
This closes #152


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ba512d95
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ba512d95
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ba512d95

Branch: refs/heads/activemq-5.11.x
Commit: ba512d95bfe34d69cbbb42e3f494eff2f791ce5d
Parents: d60edc3
Author: Christian Schneider <[email protected]>
Authored: Fri Oct 23 11:04:29 2015 +0200
Committer: Daniel Kulp <[email protected]>
Committed: Mon Oct 26 12:20:11 2015 -0400

----------------------------------------------------------------------
 activemq-web-console/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/ba512d95/activemq-web-console/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index af6e379..69a9417 100755
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -128,6 +128,7 @@
             <Embed-Directory>WEB-INF/lib</Embed-Directory>
             <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
+            <Export-Package>!*</Export-Package>
             <Import-Package>
               org.xml.sax,
               org.xml.sax.helpers,
@@ -137,6 +138,7 @@
               javax.xml.transform,
               javax.xml.transform.dom,
               javax.xml.transform.sax,
+              javax.xml.transform.stax,
               javax.xml.transform.stream,
               javax.management.remote,
               javax.naming,

Reply via email to