diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2018-03-14 04:43:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 04:43:11 +0000 |
commit | 5719d0f8dbe6f418e3c8da323bcd6ab7b7241ac2 (patch) | |
tree | 0d56f095bfbeb721549d2c328765c29d911a0be0 /validate/validation/pom.xml | |
parent | 717f6901b358d06de252ea7a3e4e475746f1fba6 (diff) | |
parent | a59f5607eaf196e032990b3ca962f2378e45fa52 (diff) |
Merge "Impl Verify feature for CLI"
Diffstat (limited to 'validate/validation/pom.xml')
-rw-r--r-- | validate/validation/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 26f507d6..3dbe456f 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -31,12 +31,6 @@ <name>cli/validate/validation</name> <packaging>jar</packaging> <dependencies> - <dependency> - <groupId>com.github.dreamhead</groupId> - <artifactId>moco-runner</artifactId> - <version>0.11.1</version> - <scope>test</scope> - </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -83,6 +77,11 @@ <artifactId>cli-products-onap-amsterdam-features-aai</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.6</version> + </dependency> </dependencies> <!-- <build> <plugins> |