aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-06-18 15:04:27 +0100
committerRossC <ross.carter@est.tech>2020-06-18 17:29:37 +0100
commitec1d3defd37fb932f8fa7b0a0a18eeac0269908e (patch)
tree0f80f9afd081bcc23018f85d5af4393e4865c9e3
parentf949be4f411d914db361344225e100fcfcbc0de6 (diff)
Moving commons-lang dependency to parent
Issue-ID: POLICY-2387 Change-Id: Iaa93cc815a0f21cb046a9f4ec6ca941d1d227c19 Signed-off-by: RossC <ross.carter@est.tech>
-rw-r--r--integration/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index a9881e4b..8c56bd62 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>