[AMQ-5858] add import package
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b1d3801c Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b1d3801c Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b1d3801c Branch: refs/heads/activemq-5.11.x Commit: b1d3801c744006cec7f94621308b2d86ac2455ae Parents: 4d95565 Author: Christian Schneider <[email protected]> Authored: Tue Jun 23 16:14:31 2015 +0200 Committer: Daniel Kulp <[email protected]> Committed: Wed Jun 24 12:45:40 2015 -0400 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/b1d3801c/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 73a984b..12e73ec 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -131,6 +131,7 @@ <Import-Package> org.xml.sax, org.xml.sax.helpers, + javax.xml.bind, javax.xml.parsers, javax.xml.stream, javax.xml.transform,
