aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-08-27 17:39:06 -0400
committerJim Hahn <jrh3@att.com>2020-08-27 17:41:33 -0400
commitcf276c8b47b289cb8b48e43bf25b6eadc81bad21 (patch)
treea467e0e18211e2f9a0e149412509f50ee96fa187 /pom.xml
parent68a60a45f27287a4a523c82ef466cbeec655f641 (diff)
Remove commons-io dependency from models
Issue-ID: POLICY-2798-commons-io Change-Id: I2b2593b5f00aa73ea80fba6438c836e70f6ee45c Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 03340b9ea..81683a40f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,10 +173,6 @@
<version>${version.swagger}</version>
</dependency>
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>