You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2020/12/10 19:42:23 UTC

[atlas] branch master updated: ATLAS-4051: Atlas-Remove jetty-jsp dependency

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

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


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

commit cc333af6e8b567d5c7bb4073e9a72020e6a67bcf
Author: Radhika Kundam <rk...@cloudera.com>
AuthorDate: Tue Nov 24 15:52:09 2020 -0800

    ATLAS-4051: Atlas-Remove jetty-jsp dependency
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
---
 pom.xml        | 17 -----------------
 webapp/pom.xml |  5 -----
 2 files changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4779a3..8cb5778 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 0582cbd..7d61735 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>