Repository: activemq Updated Branches: refs/heads/master e3b529129 -> e4efa6f47
[AMQ-6591] Add missing import Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e4efa6f4 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e4efa6f4 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e4efa6f4 Branch: refs/heads/master Commit: e4efa6f47adafeeb6e12c6e62f210b3016544252 Parents: e3b5291 Author: Christian Schneider <[email protected]> Authored: Thu Feb 2 14:23:01 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Thu Feb 2 14:23:01 2017 +0100 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/e4efa6f4/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index eb1c3a2..281f90b 100644 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -144,6 +144,7 @@ javax.naming, org.w3c.dom, javax.servlet;version="[2.5,4)", + javax.servlet.annotation;version="[2.5,4)", javax.servlet.http;version="[2.5,4)", javax.servlet.jsp, javax.servlet.jsp.tagext,
