diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2019-06-27 08:33:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-27 08:33:55 +0000 |
commit | 8f28bfe406b657c924440dcee6e3d7b302ce639c (patch) | |
tree | f532d5e6b8568bcf32e1943bb7d8ee3f53c7aea5 /datarouter-node/pom.xml | |
parent | 8528bac26723e619901f4020848b2cf05538f43d (diff) | |
parent | c466fbd0026bfc715b4f51854186c62625e8cb61 (diff) |
Merge "Adding to unit test coverage"
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index a4de6f76..93c86864 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -53,6 +53,10 @@ <artifactId>commons-codec</artifactId> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> |