aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-13 13:59:35 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-13 15:01:24 +0000
commit669052a080343c36e565638d13275074f630db2a (patch)
treed63c76367d02eb10d7358150e5b54528a98a48c8 /asdctool
parent0278649141c9247b2ec56bb76998c3b9aa412874 (diff)
Replace outdated dependency - org.apache.commons:commons-jci-core:jar:1.1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5b34fff0600f1343a4ca9e00cf737946e3737214 Issue-ID: SDC-4569
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index d84a22ac11..3b7376d600 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -207,20 +207,6 @@
<scope>compile</scope>
</dependency>
- <!-- listen to file changes -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-jci-core</artifactId>
- <version>${commons-jci-core.version}</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>