diff options
author | Enbo Wang <wangenbo@huawei.com> | 2020-02-28 15:48:15 +0800 |
---|---|---|
committer | Enbo Wang <wangenbo@huawei.com> | 2020-03-01 22:55:38 +0800 |
commit | 904c1cfe90952407b197228f94050b0bdcee1dbb (patch) | |
tree | f49c332fcc00d37e0a3d4df94d3bf9b5fcd8aa80 /bpmn/MSOCommonBPMN/src/main/resources | |
parent | ab9eb6aba42457ed9adb21d7239c7729bb26bd15 (diff) |
Support SDNC LCM Client
Issue-ID: SO-2588
Signed-off-by: Enbo Wang <wangenbo@huawei.com>
Change-Id: I631d0d6030acc5c6c3d63e3c77a37ea8730ffc8f
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties b/bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties index 27da189456..147bc2ee95 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties +++ b/bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties @@ -1,3 +1,4 @@ org.onap.so.client.restproperties.AAIPropertiesImpl org.onap.so.client.restproperties.CDSPropertiesImpl -org.onap.so.client.restproperties.PolicyRestPropertiesImpl
\ No newline at end of file +org.onap.so.client.restproperties.PolicyRestPropertiesImpl +org.onap.so.client.restproperties.SDNCLcmPropertiesImpl |