Repository: atlas Updated Branches: refs/heads/branch-0.8 8dd80459e -> 44b3949b6
Revert "ATLAS-2089: Upgrade Jetty to newer version" This reverts commit a6b8ebd8a7454bb0fb88fc8ada79cf1486ad87e8. Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/44b3949b Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/44b3949b Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/44b3949b Branch: refs/heads/branch-0.8 Commit: 44b3949b66501a77d106a18212d4db33d32cfdbd Parents: 8dd8045 Author: Madhan Neethiraj <[email protected]> Authored: Tue Oct 3 10:58:39 2017 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Tue Oct 3 10:58:39 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/44b3949b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b99a995..c8e7ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -504,8 +504,7 @@ <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.4.0.v20161208</jetty.version> - <jetty.jsp.version>9.2.12.v20150709</jetty.jsp.version> + <jetty.version>9.2.12.v20150709</jetty.version> <jersey.version>1.19</jersey.version> <tinkerpop.version>2.6.0</tinkerpop.version> <titan.version>0.5.4</titan.version> @@ -716,7 +715,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> - <version>${jetty.jsp.version}</version> + <version>${jetty.version}</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> @@ -1006,7 +1005,7 @@ <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> - <version>2.1</version> + <version>2.0</version> </dependency> <!-- JSON -->
