From 58d1bddf8148b33e613931f4ec94dd5e591bc7cf Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 7 Sep 2018 11:38:32 -0700 Subject: Fix for provider rpc error Change over to using blueprint for rpc registration Tests cases will need to be modified and uncommented Change-Id: I6535c2d9d141406ac29dc8bb2b769fea3bdbf53f Signed-off-by: Patrick Brady Issue-ID: APPC-1185 --- .../src/main/resources/initial/appc-provider.xml | 120 --------------------- 1 file changed, 120 deletions(-) delete mode 100644 appc-provider/appc-provider-bundle/src/main/resources/initial/appc-provider.xml (limited to 'appc-provider/appc-provider-bundle/src/main/resources/initial') diff --git a/appc-provider/appc-provider-bundle/src/main/resources/initial/appc-provider.xml b/appc-provider/appc-provider-bundle/src/main/resources/initial/appc-provider.xml deleted file mode 100644 index b7de48c5a..000000000 --- a/appc-provider/appc-provider-bundle/src/main/resources/initial/appc-provider.xml +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - prefix:appc-provider-impl - - appc-provider-impl - - - - binding:binding-rpc-registry - binding-rpc-broker - - - - binding:binding-async-data-broker - binding-data-broker - - - - - binding:binding-notification-service - - binding-notification-broker - - - - - - - - prefix:appc-provider-lcm-impl - - appc-provider-lcm-impl - - - - binding:binding-rpc-registry - binding-rpc-broker - - - - binding:binding-async-data-broker - binding-data-broker - - - - - binding:binding-notification-service - - binding-notification-broker - - - - - - - - - - - - - - - org:onap:appc:provider:impl?module=appc-provider-impl&revision=2014-05-23 - - org:onap:appc:provider:lcm:impl?module=appc-provider-lcm-impl&revision=2016-01-08 - - - - -- cgit