summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 2c28475e..162dd312 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -530,6 +530,20 @@
<artifactId>netty-handler-proxy</artifactId>
<version>${version.netty}</version>
</dependency>
+
+ <!-- Commons Lang -->
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.10</version>
+ </dependency>
+
+ <!-- Commons IO -->
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.7</version>
+ </dependency>
</dependencies>
</dependencyManagement>