aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-03 18:35:22 +0000
committerliamfallon <liam.fallon@est.tech>2022-11-03 18:35:26 +0000
commit9adb9fc34710e9798bfd75e6172a41673e284121 (patch)
treedf9d25ffda4701990ac2ad0107d5cce47774b2cb
parentd4684e2ffd115a5646f5238d0a693b156c90a975 (diff)
Remove duplicate dependency
apache commons lang3 dependency appears twice in the POM file. Issue-ID: POLICY-4407 Change-Id: Id40f8df4bce34d83b6fd0f620a801c7cb9c75a17 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index c56b9a02..c0d81761 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -852,12 +852,6 @@
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.12.0</version>
- </dependency>
-
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>