aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-12 21:15:52 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-13 15:01:46 +0000
commit65d266b51f039544cf83ee711f317c49d6b6fb1e (patch)
tree5b25f4394e79ef3a2e255cf7aaf343fdc4c119b8 /asdctool
parent669052a080343c36e565638d13275074f630db2a (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 'asdctool')
-rw-r--r--asdctool/pom.xml7
1 files changed, 0 insertions, 7 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>