Moving commons-lang dependency to parent 12/109312/3
authorRossC <ross.carter@est.tech>
Thu, 18 Jun 2020 14:04:27 +0000 (15:04 +0100)
committerRossC <ross.carter@est.tech>
Thu, 18 Jun 2020 16:29:37 +0000 (17:29 +0100)
Issue-ID: POLICY-2387
Change-Id: Iaa93cc815a0f21cb046a9f4ec6ca941d1d227c19
Signed-off-by: RossC <ross.carter@est.tech>
integration/pom.xml

index a9881e4..8c56bd6 100644 (file)
                 <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>