This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new ebbe50a  ATLAS-4051: Atlas-Remove jetty-jsp dependency
ebbe50a is described below

commit ebbe50af5f2f1e25fa4f96656ac3afb046ba3b69
Author: Radhika Kundam <[email protected]>
AuthorDate: Tue Nov 24 15:52:09 2020 -0800

    ATLAS-4051: Atlas-Remove jetty-jsp dependency
    
    Signed-off-by: Sarath Subramanian <[email protected]>
    (cherry picked from commit cc333af6e8b567d5c7bb4073e9a72020e6a67bcf)
---
 pom.xml        | 17 -----------------
 webapp/pom.xml |  5 -----
 2 files changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 754ad99..81719e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 482237c..26d3f27 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -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>

Reply via email to