Repository: activemq Updated Branches: refs/heads/activemq-5.11.x b1d3801c7 -> e756111d0
[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/c4a83c9e Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/c4a83c9e Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/c4a83c9e Branch: refs/heads/activemq-5.11.x Commit: c4a83c9e084b81cc5a0d6c40816e229de9aac5c2 Parents: 78f53a1 Author: Christian Schneider <[email protected]> Authored: Tue Jun 23 16:14:31 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jun 24 19:05:35 2015 +0200 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/c4a83c9e/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,
