Commit cc333af6 by Radhika Kundam Committed by Sarath Subramanian

ATLAS-4051: Atlas-Remove jetty-jsp dependency

parent 404652e8
......@@ -702,7 +702,6 @@
<jersey.version>1.19</jersey.version>
<jettison.version>1.3.7</jettison.version>
<jetty-maven-plugin.stopWait>10</jetty-maven-plugin.stopWait>
<jetty.jsp.version>9.2.30.v20200428</jetty.jsp.version>
<jetty.version>9.4.31.v20200723</jetty.version>
<joda-time.version>2.10.6</joda-time.version>
<json.version>3.2.11</json.version>
......@@ -857,22 +856,6 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
<version>${jetty.jsp.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
......
......@@ -320,11 +320,6 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</dependency>
......
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