aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 3542d6e1fc..36df3cff9f 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -26,9 +26,18 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${commons.io.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
@@ -69,6 +78,12 @@
<artifactId>commons-jci-core</artifactId>
<version>${commons-jci-core.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Gson -->