Commit f18555cd by ashutoshm Committed by Sarath Subramanian

ATLAS-2089: Upgrade Jetty to newer version

parent d7acdba7
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment