Repository: activemq Updated Branches: refs/heads/activemq-5.9 88254a506 -> 6902eaefc
[AMQ-5167] Fix missing import in web console Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6902eaef Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6902eaef Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6902eaef Branch: refs/heads/activemq-5.9 Commit: 6902eaefc46d640ad25c6fa29216bd6efb48c0c4 Parents: 88254a5 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 26 09:54:28 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 26 09:54:28 2014 +0200 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/6902eaef/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index b53bcb9..ae70b1e 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -131,6 +131,7 @@ org.xml.sax, org.xml.sax.helpers, javax.xml.parsers, + javax.xml.stream, javax.xml.transform, javax.management.remote, javax.naming, @@ -144,6 +145,7 @@ javax.management, javax.management.openmbean, javax.net, + javax.net.ssl, org.osgi.framework;version="[1.5,2)", org.osgi.service.cm, org.apache.commons.logging;version="[1.1,2)";resolution:=optional,
