aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container/pom.xml4
-rw-r--r--parent/pom.xml5
2 files changed, 0 insertions, 9 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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 035bc311735..a431faf77a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -563,11 +563,6 @@
<version>1.3</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>