aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asdctool/pom.xml7
-rw-r--r--catalog-be/pom.xml7
-rw-r--r--catalog-fe/pom.xml7
-rw-r--r--common-app-api/pom.xml7
-rwxr-xr-xcommon/onap-common-configuration-management/onap-configuration-management-core/pom.xml6
-rw-r--r--pom.xml1
-rw-r--r--utils/webseal-simulator/pom.xml6
7 files changed, 1 insertions, 40 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 3b7376d600..ebe2f32dc3 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -405,13 +405,6 @@
</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>
<version>${commons-codec}</version>
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 93e70252c5..7fee28c9b6 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -378,13 +378,6 @@
</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>
<version>${commons-codec}</version>
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index 1e3009a753..4ab6c8ab2f 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -207,13 +207,6 @@
</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>
<version>${commons-codec}</version>
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index cb28cb0327..89e9a62ae2 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -140,13 +140,6 @@
</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>
<version>${commons-codec}</version>
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
index 324721133f..ff9483a441 100755
--- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
+++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml
@@ -73,11 +73,7 @@
<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 c80fec4086..800c3f511c 100644
--- 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 -->
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml
index 82fc5cc55f..9cd85441d7 100644
--- a/utils/webseal-simulator/pom.xml
+++ b/utils/webseal-simulator/pom.xml
@@ -99,12 +99,6 @@
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>${commons-logging}</version>
- </dependency>
-
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>