diff options
author | 2017-09-20 10:13:15 +0000 | |
---|---|---|
committer | 2017-09-20 10:13:15 +0000 | |
commit | a04f31a2b6aa49cc0646a35bf6f7f7566bb1c331 (patch) | |
tree | f03f6353a616c9e50e7e1380adb133894e1fab44 /csarvalidation/pom.xml | |
parent | 56c184e1622436654d9f12b1098a8020a6323a3a (diff) |
Updated validation for CSIT
Lib interface for CSIT with marketplace
Change-Id: I73c68b2f8f7a3940cb175cce2397abd4a4deaff4
IssueId: VNFSDK-90
Signed-off-by: AvinashS <avinash.s@huawei.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index cc38996..6bf50c2 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -55,6 +55,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>1.18</version> + </dependency> + <dependency> <groupId>com.eclipsesource.jaxrs</groupId> <artifactId>consumer</artifactId> <exclusions> |