From b16ce237d780314ea8bbaf17cdb432bc694ee7e7 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 29 Oct 2019 15:35:20 -0700 Subject: Fix dg-common bundle error Fix a dg-common blueprint error that was caused by the changes with the new appc-service-communicator. Added an interface for the EventSender, and created a blueprint file to publish the interface as a service. Change-Id: I37248fcbfa7cfa75e62965dad811b648c336b5e2 Signed-off-by: Patrick Brady Issue-ID: APPC-1744 --- .../appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF') diff --git a/appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml index a90f463b9..27062d736 100644 --- a/appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -33,7 +33,7 @@ + interface="org.onap.appc.srvcomm.messaging.event.EventSenderInterface"/> -- cgit 1.2.3-korg