Repository: incubator-ranger Updated Branches: refs/heads/master 7e429405c -> ca84cf779
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/ca84cf77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/ca84cf77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/ca84cf77 Branch: refs/heads/master Commit: ca84cf77907062b17dcaf4e7a0af02ddedff07dc Parents: 7e42940 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Feb 23 12:42:21 2016 +0000 Committer: Alok Lal <[email protected]> Committed: Mon Mar 21 16:59:54 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/ca84cf77/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 27f6d7f..6deb4f8 100644 --- a/pom.xml +++ b/pom.xml @@ -183,8 +183,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/ca84cf77/security-admin/pom.xml ---------------------------------------------------------------------- diff --git a/security-admin/pom.xml b/security-admin/pom.xml index 805ccd2..b9590bf 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>
