aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 16:10:22 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-10 10:57:04 +0100
commitb24d35d60caccbe5fc0a03fa82fec35912c9b3cc (patch)
tree53cc4c69039bdf7a38c61eabbc19a88492baff01 /container-dev
parentf77006746634b570aac00847c2ebe426c5e40808 (diff)
Remove unused commons-codec
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 7297b21f68d..a7217d05315 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -153,10 +153,6 @@
<artifactId>icu4j</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
@@ -193,10 +189,6 @@
<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>