diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-16 13:01:15 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-13 09:17:32 +0000 |
commit | a59f5607eaf196e032990b3ca962f2378e45fa52 (patch) | |
tree | a768bd25375a8667d75cd6e157f1906586e1fe3f /validate/validation/pom.xml | |
parent | 1239610d64ddfce2e3d1ff3378adcf96f24ee0a0 (diff) |
Impl Verify feature for CLI
Implement verify feature for CLI. So that command developer
will come up with his mocking file and can use framework to
develope the command.
Change-Id: I0ac22aaa7284626de60c66e56e83bb75ec9d773d
Issue-ID: CLI-74
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
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> |