aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/parent
diff options
context:
space:
mode:
authorHuang Cheng <duke.huangcheng@huawei.com>2020-01-08 09:44:17 +0000
committerHuang Cheng <duke.huangcheng@huawei.com>2020-01-20 02:09:05 +0000
commit00fc75887ca5a8819104567d20c0bd5465e48d3e (patch)
treea5ed369a29f4ef1a5cbfb0131128cde5619f169c /ms/blueprintsprocessor/parent
parentfed6c23200eba54f0f1995e56bbaf6a6c1f42396 (diff)
Add four functions to support 5G NRM CM
Those four functions are designed to support the operations: createMOI getMOIAttributes modifyMOIAttributes and deleteMOI Issue-ID: CCSDK-2002 Change-Id: I631797cd041c5aa60dcc14f6bdacd0c14ea937e1 Signed-off-by: Huang Cheng <duke.huangcheng@huawei.com>
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-xms/blueprintsprocessor/parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml
index 5caac2f69..d8266278c 100755
--- a/ms/blueprintsprocessor/parent/pom.xml
+++ b/ms/blueprintsprocessor/parent/pom.xml
@@ -507,6 +507,11 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
+ <artifactId>nrm-restful</artifactId>
+ <version>${ccsdk.cds.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
<artifactId>python-executor</artifactId>
<version>${ccsdk.cds.version}</version>
</dependency>