aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r--catalog-fe/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index a4be186b45..238308145c 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -70,6 +70,12 @@
<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>
@@ -265,6 +271,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>