aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index be3f8ae432d..e3837c08701 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -147,6 +147,10 @@
<artifactId>icu4j</artifactId>
</exclusion>
<exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
@@ -179,6 +183,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>