summaryrefslogtreecommitdiffstats
path: root/csarvalidation/pom.xml
diff options
context:
space:
mode:
authorGao Weitao <victor.gao@huawei.com>2019-03-01 08:59:12 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-01 08:59:12 +0000
commit9b3ecdb005f87e2052e1f49c3c37211a3d3536af (patch)
treedfde5d3e331079cc3392cff743a76f36f7c9e82d /csarvalidation/pom.xml
parent3aafe6efed121e7f84c98470a5999c41c8e00427 (diff)
parent7f29a3ad89ca8ec1ea7cd20b5b28475854ea0670 (diff)
Merge "CVC TOSCA CSAR Validation Test cases"
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r--csarvalidation/pom.xml19
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>