diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-12 21:15:52 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-13 15:01:46 +0000 |
commit | 65d266b51f039544cf83ee711f317c49d6b6fb1e (patch) | |
tree | 5b25f4394e79ef3a2e255cf7aaf343fdc4c119b8 /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | |
parent | 669052a080343c36e565638d13275074f630db2a (diff) |
Remove outdated dependency commons-logging:commons-logging
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I50b24b07b295efa0f2ad4a30696652bd55cdc1fc
Issue-ID: SDC-4569
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
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> |