summaryrefslogtreecommitdiffstats
path: root/catalog-model
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 /catalog-model
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 'catalog-model')
-rw-r--r--catalog-model/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 5a30598f09..f8e2ef763a 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -450,19 +450,6 @@
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-jci-core</artifactId>
- <version>${commons-jci-core.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${awaitility.version}</version>