summaryrefslogtreecommitdiffstats
path: root/docker-api
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 /docker-api
parentf77006746634b570aac00847c2ebe426c5e40808 (diff)
Remove unused commons-codec
Diffstat (limited to 'docker-api')
-rw-r--r--docker-api/pom.xml6
1 files changed, 0 insertions, 6 deletions
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>