Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 3bfc2e12c -> d762ebd56
RANGER-857 - Unify (and update) Tomcat versions Signed-off-by: Alok Lal <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/d762ebd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/d762ebd5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/d762ebd5 Branch: refs/heads/ranger-0.5 Commit: d762ebd56c99805103e0f538664defefc939994e Parents: 3bfc2e1 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Mar 21 17:35:58 2016 -0700 Committer: Alok Lal <[email protected]> Committed: Mon Mar 21 17:35:58 2016 -0700 ---------------------------------------------------------------------- pom.xml | 3 +-- security-admin/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/d762ebd5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f67672..e14562e 100644 --- a/pom.xml +++ b/pom.xml @@ -185,8 +185,7 @@ <sun.jersey.bundle.version>1.4</sun.jersey.bundle.version> <sun.jersey.core.version>1.4</sun.jersey.core.version> <sun.jersey.spring.version>1.4</sun.jersey.spring.version> - <tomcat.commons.el.version>5.5.23</tomcat.commons.el.version> - <tomcat.embed.version>7.0.55</tomcat.embed.version> + <tomcat.embed.version>7.0.68</tomcat.embed.version> <velocity.version>1.7</velocity.version> <zookeeper.version>3.4.6</zookeeper.version> <powermock.version>1.5.6</powermock.version> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/d762ebd5/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index 4b7c10d..cd6e88a 100644 --- a/security-admin/pom.xml +++ b/security-admin/pom.xml @@ -98,9 +98,9 @@ <version>${commons.digester.version}</version> </dependency> <dependency> - <groupId>tomcat</groupId> - <artifactId>commons-el</artifactId> - <version>${tomcat.commons.el.version}</version> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jasper-el</artifactId> + <version>${tomcat.embed.version}</version> </dependency> <dependency> <groupId>commons-httpclient</groupId>
