From f07c74c83343da4a8751d7f45fb1edcd111e3647 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 26 Feb 2019 11:26:03 -0500 Subject: Add CDS client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f77a2c9e8341239b97675f5897cecf28c7dfb6f Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët --- .../main/resources/META-INF/services/org.onap.so.client.RestProperties | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn/MSOCommonBPMN/src/main/resources/META-INF/services') 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 -- cgit 1.2.3-korg