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-app-api | |
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-app-api')
-rw-r--r-- | common-app-api/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
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> |