Repository: atlas Updated Branches: refs/heads/branch-0.8 e1584d871 -> a6b8ebd8a
ATLAS-2089: Upgrade Jetty to newer version Signed-off-by: Sarath Subramanian <[email protected]> (cherry picked from commit f18555cdd579857e679e158adfc922cb2c16af26) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/a6b8ebd8 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/a6b8ebd8 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/a6b8ebd8 Branch: refs/heads/branch-0.8 Commit: a6b8ebd8a7454bb0fb88fc8ada79cf1486ad87e8 Parents: e1584d8 Author: ashutoshm <[email protected]> Authored: Fri Sep 29 15:36:12 2017 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Fri Sep 29 15:37:05 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/a6b8ebd8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c8e7ee7..b99a995 100644 --- a/pom.xml +++ b/pom.xml @@ -504,7 +504,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> @@ -715,7 +716,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> @@ -1005,7 +1006,7 @@ <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> - <version>2.0</version> + <version>2.1</version> </dependency> <!-- JSON -->
