Repository: activemq Updated Branches: refs/heads/activemq-5.10.x e85441f39 -> 3049623f9
[AMQ-5770] Remove javax.servlet.resources package import allowing web console to work with Karaf 2.4.x, 3.x, and 4.x Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3049623f Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3049623f Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3049623f Branch: refs/heads/activemq-5.10.x Commit: 3049623f99ec3c9b9bc2ed7d8b8289da9f4abc7f Parents: e85441f Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jun 17 21:14:12 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jun 17 21:14:12 2015 +0200 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/3049623f/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 75e67c5..4a1477f 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -140,7 +140,6 @@ org.w3c.dom, javax.servlet, javax.servlet.http, - javax.servlet.resources, javax.servlet.jsp, javax.servlet.jsp.tagext, javax.servlet.jsp.el,
