diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-26 11:26:03 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-26 17:03:45 -0500 |
commit | f07c74c83343da4a8751d7f45fb1edcd111e3647 (patch) | |
tree | d6dc716c2a5bcd6e9666d3bfc348c79c7e3428a5 /bpmn/MSOCommonBPMN/src/main/resources/META-INF | |
parent | 1212fa1a4b33c76d5cc01ebd1cc438a3e3bc433a (diff) |
Add CDS client
Change-Id: I3f77a2c9e8341239b97675f5897cecf28c7dfb6f
Issue-ID: SO-1483
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources/META-INF')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties | 1 |
1 files changed, 1 insertions, 0 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 bdc72c86a4..27da189456 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,2 +1,3 @@ org.onap.so.client.restproperties.AAIPropertiesImpl +org.onap.so.client.restproperties.CDSPropertiesImpl org.onap.so.client.restproperties.PolicyRestPropertiesImpl
\ No newline at end of file |