Repository: activemq Updated Branches: refs/heads/master 37c46b9b4 -> 97b0619b2
[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/97b0619b Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/97b0619b Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/97b0619b Branch: refs/heads/master Commit: 97b0619b26947c9170230e6969df13116f4a2463 Parents: 37c46b9 Author: Christian Schneider <[email protected]> Authored: Tue Jun 23 16:14:31 2015 +0200 Committer: Christian Schneider <[email protected]> Committed: Tue Jun 23 16:14:31 2015 +0200 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/97b0619b/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 4bdbe51..4223fea 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,
