diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-12 18:52:23 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:23 +0530 |
commit | ca7fbf3a8aa4c693ec469934f95a0c39fdbc937d (patch) | |
tree | f686b4aba5535d3a56af9711cb1362be8bf4d34f /plugins/pom.xml | |
parent | 96534c42dc6503767d1dae66a1a05ccbfc10662f (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 'plugins/pom.xml')
-rw-r--r-- | plugins/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pom.xml b/plugins/pom.xml index acd24803..0ef6c302 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -47,6 +47,7 @@ <module>msb</module> <module>aai</module> <module>sdc</module> + <module>so</module> </modules> <build> <pluginManagement> |