summaryrefslogtreecommitdiffstats
path: root/csarvalidation/pom.xml
diff options
context:
space:
mode:
authorAvinashS <avinash.s@huawei.com>2017-09-18 07:01:46 +0000
committerAvinashS <avinash.s@huawei.com>2017-09-18 07:07:23 +0000
commitd77a91e05fe1f2da7059e8cc1a5d41a804691e13 (patch)
tree1a89a15f14a56351b1633ee9e58559d267fa518f /csarvalidation/pom.xml
parentb90039ec4317cc0095a46b8f845b7e1250089ffa (diff)
Add UT for CSAR validation
Initial UT for CSAR validation. IssueId: VNFSDK-89 Change-Id: I035ee02f48bc856e2b9d355e4fe1041292bf5165 Signed-off-by: AvinashS <avinash.s@huawei.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r--csarvalidation/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml
index f26ed34..cc38996 100644
--- a/csarvalidation/pom.xml
+++ b/csarvalidation/pom.xml
@@ -47,6 +47,13 @@
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.6.4</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>consumer</artifactId>