diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 13 |
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> |