diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-02-27 14:47:47 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-02-28 10:12:18 +0530 |
commit | 7f29a3ad89ca8ec1ea7cd20b5b28475854ea0670 (patch) | |
tree | 16d7c267c2507d7b2aab7fa0fede5d51824c61dc /csarvalidation/pom.xml | |
parent | 8f8a262c48cfd4f9a1c7293d81e1f1defdb5cf70 (diff) |
CVC TOSCA CSAR Validation Test cases
Add the planned test cases with incubation of
test coverage. This would help to cvc.
Issue-ID: VNFSDK-276
Change-Id: Id3429c606f9370bf6e373abd8b7b76067f013dd1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index b8f98fa..8b546e6 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -112,13 +112,26 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>cli-framework</artifactId> - <version>2.0.3</version> - <exclusions> + <version>2.0.5</version> +<!-- <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> --> + </dependency> + + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-main</artifactId> + <version>2.0.5</version> + <scope>test</scope> +<!-- <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> - </exclusions> + </exclusions> --> </dependency> </dependencies> |