Repository: activemq Updated Branches: refs/heads/trunk 3f8262507 -> 2128d4d24
Update to import stuff needed to run in karaf 2.4+ Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d4aff4da Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d4aff4da Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d4aff4da Branch: refs/heads/trunk Commit: d4aff4da6410d3ee593a91b9841315b9f596e543 Parents: 3f82625 Author: Daniel Kulp <[email protected]> Authored: Tue Jan 13 12:54:08 2015 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Jan 13 12:54:08 2015 -0500 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/d4aff4da/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 8002444..258377a 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -132,6 +132,7 @@ org.xml.sax, org.xml.sax.helpers, javax.xml.parsers, + javax.xml.stream, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.sax, @@ -156,7 +157,7 @@ org.slf4j.spi;version="[1.6,2)";resolution:=optional, org.apache.log4j;version="[1.2.14,2)";resolution:=optional, org.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional, - org.eclipse.jetty.continuation;version="7";resolution:=optional + org.eclipse.jetty*;resolution:=optional;version="[8.1,10)" </Import-Package> </instructions> </configuration>
