Remove outdated dependency commons-logging:commons-logging 86/135386/2
authorvasraz <vasyl.razinkov@est.tech>
Wed, 12 Jul 2023 20:15:52 +0000 (21:15 +0100)
committerMichael Morris <michael.morris@est.tech>
Thu, 13 Jul 2023 15:01:46 +0000 (15:01 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I50b24b07b295efa0f2ad4a30696652bd55cdc1fc
Issue-ID: SDC-4569

asdctool/pom.xml
catalog-be/pom.xml
catalog-fe/pom.xml
common-app-api/pom.xml
common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
pom.xml
utils/webseal-simulator/pom.xml

index 3b7376d..ebe2f32 100644 (file)
       </exclusions>
     </dependency>
 
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>${commons-logging}</version>
-      <scope>compile</scope>
-    </dependency>
-
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
index 93e7025..7fee28c 100644 (file)
             <scope>compile</scope>
         </dependency>
 
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging}</version>
-            <scope>compile</scope>
-        </dependency>
-
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
index 1e3009a..4ab6c8a 100644 (file)
             </exclusions>
         </dependency>
 
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging}</version>
-            <scope>compile</scope>
-        </dependency>
-
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
index cb28cb0..89e9a62 100644 (file)
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging}</version>
-            <scope>provided</scope>
-        </dependency>
-
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
index 3247211..ff9483a 100755 (executable)
       <artifactId>commons-beanutils</artifactId>
       <version>${commons-beanutils}</version>
     </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>${commons-logging}</version>
-    </dependency>
+
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
diff --git a/pom.xml b/pom.xml
index c80fec4..800c3f5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,6 @@ Modifications copyright (c) 2018-2019 Nokia
         <logback.version>1.2.12</logback.version>
         <slf4j-api.version>1.7.36</slf4j-api.version>
         <commons-codec>1.15</commons-codec>
-        <commons-logging>1.2</commons-logging>
         <janino.version>3.1.9</janino.version>
 
         <!-- aspects -->
index 82fc5cc..9cd8544 100644 (file)
             <artifactId>commons-lang3</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging}</version>
-        </dependency>
-
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>