Repository: atlas Updated Branches: refs/heads/master d7acdba7c -> f18555cdd
ATLAS-2089: Upgrade Jetty to newer version Signed-off-by: Sarath Subramanian <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/f18555cd Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/f18555cd Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/f18555cd Branch: refs/heads/master Commit: f18555cdd579857e679e158adfc922cb2c16af26 Parents: d7acdba Author: ashutoshm <[email protected]> Authored: Fri Sep 29 15:36:12 2017 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Fri Sep 29 15:36:12 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/f18555cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f793321..39ae6e7 100644 --- a/pom.xml +++ b/pom.xml @@ -527,7 +527,8 @@ <node.version>v0.10.30</node.version> <node-for-v2.version>v4.4.2</node-for-v2.version> <slf4j.version>1.7.21</slf4j.version> - <jetty.version>9.2.12.v20150709</jetty.version> + <jetty.version>9.4.0.v20161208</jetty.version> + <jetty.jsp.version>9.2.12.v20150709</jetty.jsp.version> <jersey.version>1.19</jersey.version> <tinkerpop.version>2.6.0</tinkerpop.version> <titan.version>0.5.4</titan.version> @@ -740,7 +741,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> - <version>${jetty.version}</version> + <version>${jetty.jsp.version}</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> @@ -1024,7 +1025,7 @@ <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> - <version>2.0</version> + <version>2.1</version> </dependency> <!-- JSON -->
