summaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-05-24 20:51:53 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-24 20:51:53 +0000
commit41d130dd1bc967f8163ab2304ed4067254034151 (patch)
tree0f735b08dfff1f8004106a240d4ae1b875c7179e /utils/pom.xml
parent57410a85a607f71d4094dae9d9e57dabb7b0b33a (diff)
parent601a09fd07960d3aadcf972ba7c72dcea9976aef (diff)
Merge "Enhance toString methods in factory classes"
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 75173a2a..03cc766a 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -122,5 +122,9 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
</dependencies>
</project>