aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 13:56:31 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 13:56:31 +0100
commitda1ba5eda26f7b58a09802471ed60d77388ea026 (patch)
tree442f5761d24561abece736169a215f8bd3742f6e /container
parentfc131ea0908b97218510836c06784accf07e40fc (diff)
Remove commons-lang3 from parent pom
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 518eb9d984a..cf3aa21513b 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -45,10 +45,6 @@
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </exclusion>
</exclusions>
</dependency>
</dependencies>