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>
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>
+ </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> -->
</dependency>
</dependencies>