diff options
author | RossC <ross.carter@est.tech> | 2020-06-18 15:04:27 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-06-18 17:29:37 +0100 |
commit | ec1d3defd37fb932f8fa7b0a0a18eeac0269908e (patch) | |
tree | 0f80f9afd081bcc23018f85d5af4393e4865c9e3 | |
parent | f949be4f411d914db361344225e100fcfcbc0de6 (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.xml | 14 |
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> |