summaryrefslogtreecommitdiffstats
path: root/framework/pom.xml
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2019-02-28 10:02:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-28 10:02:37 +0000
commitadfc77d913cb8e54750d8fe167fde2bb4ffc57ef (patch)
tree91d238a78898420633991803b66db792b7d1a254 /framework/pom.xml
parentc5bd732f37c9b8b06c802cfe38dcf9ec64228341 (diff)
parent73747e103b5ce41abe253af5d9b55994375eaa86 (diff)
Merge changes I60285973,I612ecfe2
* changes: CVC: Add support for execution, schema, product CMD: Enhace command profile with additional macros
Diffstat (limited to 'framework/pom.xml')
-rw-r--r--framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 9346990b..72b2a008 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -32,6 +32,11 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>oclip-grpc-client</artifactId>
+ <version>1.0.2</version>
+ </dependency>
+ <dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.18</version>