diff options
author | AvinashS <avinash.s@huawei.com> | 2017-09-21 19:21:01 +0530 |
---|---|---|
committer | AvinashS <avinash.s@huawei.com> | 2017-09-21 19:21:01 +0530 |
commit | 2d896d9051f4b05518a5da0c4b86b18ab1e0677d (patch) | |
tree | 92a676c0384f89da885442b773b9a85e564c08c8 /csarvalidation/pom.xml | |
parent | 554973c890c5b794ba41422c5b73552ab8faf5f8 (diff) |
Added validation for MainServiceTemplate
Added code for validation of MainServiceTemplate
requires further cleanup and smart schema
validation.
Change-Id: I65ecd9ec0d1b5ee32d50583b2670a1ce532d74e7
IssueId: VNFSDK-96
Signed-off-by: AvinashS <avinash.s@huawei.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 6bf50c2..3deae96 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -106,6 +106,12 @@ <version>4.12</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.0</version> + </dependency> + </dependencies> |