aboutsummaryrefslogtreecommitdiffstats
path: root/validation
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-09-12 18:52:23 +0530
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-09-21 19:43:23 +0530
commitca7fbf3a8aa4c693ec469934f95a0c39fdbc937d (patch)
treef686b4aba5535d3a56af9711cb1362be8bf4d34f /validation
parent96534c42dc6503767d1dae66a1a05ccbfc10662f (diff)
Service create command for SO
CLI implementation for service create command. Change-Id: Ifa834e70625c840cdf2278962679b6cbdec116f5 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'validation')
-rw-r--r--validation/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/validation/pom.xml b/validation/pom.xml
index dc42e2f7..62b0db5d 100644
--- a/validation/pom.xml
+++ b/validation/pom.xml
@@ -57,6 +57,11 @@
<artifactId>cli-plugins-aai</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-so</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<!-- <build>
<plugins>