From ec1d3defd37fb932f8fa7b0a0a18eeac0269908e Mon Sep 17 00:00:00 2001 From: RossC Date: Thu, 18 Jun 2020 15:04:27 +0100 Subject: [PATCH] Moving commons-lang dependency to parent Issue-ID: POLICY-2387 Change-Id: Iaa93cc815a0f21cb046a9f4ec6ca941d1d227c19 Signed-off-by: RossC --- integration/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ netty-handler-proxy ${version.netty} + + + + org.apache.commons + commons-lang3 + 3.10 + + + + + commons-io + commons-io + 2.7 + -- 2.16.6