You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2021/10/22 16:27:25 UTC

[atlas] branch branch-2.0 updated: ATLAS-4458: Commons logging reference fix.

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

amestry 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 0d41588  ATLAS-4458: Commons logging reference fix.
0d41588 is described below

commit 0d41588ea156f6ce45b83f7efc52a85bf15d1038
Author: Ashutosh Mestry <am...@cloudera.com>
AuthorDate: Wed Oct 20 21:26:13 2021 -0700

    ATLAS-4458: Commons logging reference fix.
---
 intg/pom.xml         | 10 ----------
 notification/pom.xml |  2 +-
 repository/pom.xml   | 10 +---------
 webapp/pom.xml       | 32 --------------------------------
 4 files changed, 2 insertions(+), 52 deletions(-)

diff --git a/intg/pom.xml b/intg/pom.xml
index f4391c1..ffccbca 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -55,10 +55,6 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty-transport-native-epoll</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
 
@@ -66,12 +62,6 @@
             <groupId>commons-validator</groupId>
             <artifactId>commons-validator</artifactId>
             <version>${commons-validator.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>
diff --git a/notification/pom.xml b/notification/pom.xml
index 26b7443..e8abd45 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -88,7 +88,7 @@
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
-        
+
     </dependencies>
 
     <build>
diff --git a/repository/pom.xml b/repository/pom.xml
index ee276d5..0c19ad6 100755
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -41,10 +41,6 @@
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
 
@@ -191,11 +187,7 @@
                 <exclusion>
                     <groupId>org.mortbay.jetty</groupId>
                     <artifactId>servlet-api-2.5</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
+                 </exclusion>
             </exclusions>
         </dependency>
 
diff --git a/webapp/pom.xml b/webapp/pom.xml
index ddbd8e7..b5d52ba 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -149,12 +149,6 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-intg</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>
@@ -225,10 +219,6 @@
                     <groupId>io.netty</groupId>
                     <artifactId>netty-transport-native-epoll</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
 
@@ -266,12 +256,6 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>
@@ -282,12 +266,6 @@
         <dependency>
             <groupId>commons-configuration</groupId>
             <artifactId>commons-configuration</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>
@@ -400,12 +378,6 @@
         <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-core</artifactId>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                </exclusions>
         </dependency>
 
         <dependency>
@@ -520,10 +492,6 @@
                     <groupId>org.elasticsearch</groupId>
                     <artifactId>elasticsearch</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>