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-09 10:43:00 +0100
commitce65043dbbbfbed2ef7a1cd6742acac22c9cf83e (patch)
tree93f6f82199d0c73f88ec761f85849e47fb92ab8b /container-dev
parent46d808803c2bf8bb974cdf3d38ef6ceab4fc95f7 (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>