summaryrefslogtreecommitdiffstats
path: root/csarvalidation/pom.xml
diff options
context:
space:
mode:
authorAvinashS <avinash.s@huawei.com>2017-09-14 13:37:28 +0000
committerAvinash S <avinash.s@huawei.com>2017-09-14 14:01:06 +0000
commit13d2f6721f1ef051cca2c22317363be963271635 (patch)
tree242ed441c6c61dd085a8bbdd0fef74f3f465a48e /csarvalidation/pom.xml
parent543d805f02b7b2c133e34ea5a481a46e23eff0d3 (diff)
Add csar.meta and TOSCA.meta validation code.
IssueId: VNFSDK-83 Change-Id: I5bae38239c5dcd3c235396eeb5f8f81da69d298c Signed-off-by: AvinashS <avinash.s@huawei.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r--csarvalidation/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml
index e606f31..f26ed34 100644
--- a/csarvalidation/pom.xml
+++ b/csarvalidation/pom.xml
@@ -88,6 +88,12 @@
<artifactId>google-collections</artifactId>
<version>1.0-rc1</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>