diff options
author | efiacor <fiachra.corcoran@est.tech> | 2019-06-25 11:01:10 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2019-06-25 11:01:10 +0000 |
commit | c466fbd0026bfc715b4f51854186c62625e8cb61 (patch) | |
tree | ebc0ef5b7fad4516749ab5a5f477ffa742d4f0d9 /datarouter-node/pom.xml | |
parent | cf55456bbe6ce4da723f9dfa64b573f02908ab24 (diff) |
Adding to unit test coverage
Change-Id: Id8d07c94bb70952fb317bfc7824fc0d587087468
Issue-ID: DMAAP-1203
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
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> |