summaryrefslogtreecommitdiffstats
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
parent46d808803c2bf8bb974cdf3d38ef6ceab4fc95f7 (diff)
Remove unused commons-codec
-rw-r--r--container-dev/pom.xml8
-rw-r--r--docker-api/pom.xml6
-rw-r--r--docprocs/pom.xml4
-rw-r--r--parent/pom.xml5
4 files changed, 0 insertions, 23 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>
diff --git a/docker-api/pom.xml b/docker-api/pom.xml
index 1cb03f1819d..2257437adfa 100644
--- a/docker-api/pom.xml
+++ b/docker-api/pom.xml
@@ -94,12 +94,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.10</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
<scope>compile</scope>
diff --git a/docprocs/pom.xml b/docprocs/pom.xml
index b7272de2253..2d222431d8f 100644
--- a/docprocs/pom.xml
+++ b/docprocs/pom.xml
@@ -52,10 +52,6 @@
<artifactId>annotations</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
diff --git a/parent/pom.xml b/parent/pom.xml
index 52b8737f422..b9ff9643f34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -478,11 +478,6 @@
<version>1.3.1</version>
</dependency>
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>