Fix dg-common bundle error 18/97718/4
authorPatrick Brady <patrick.brady@att.com>
Tue, 29 Oct 2019 22:35:20 +0000 (15:35 -0700)
committerTakamune Cho <takamune.cho@att.com>
Fri, 8 Nov 2019 17:20:07 +0000 (17:20 +0000)
commitb16ce237d780314ea8bbaf17cdb432bc694ee7e7
tree4deb7fc697d7b2e539fff5d8eb490a2b0cffbef0
parent790ddb83355800cc037ea1ea3ca8610bb78018d5
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 <patrick.brady@att.com>
Issue-ID: APPC-1744
appc-dg/appc-dg-shared/appc-dg-common/src/main/java/org/onap/appc/dg/common/impl/DCAEReporterPluginImpl.java
appc-dg/appc-dg-shared/appc-dg-common/src/main/resources/OSGI-INF/blueprint/blueprint.xml
appc-service-communicator/appc-service-communicator-bundle/src/main/java/org/onap/appc/srvcomm/messaging/event/EventSender.java
appc-service-communicator/appc-service-communicator-bundle/src/main/java/org/onap/appc/srvcomm/messaging/event/EventSenderInterface.java [new file with mode: 0644]
appc-service-communicator/appc-service-communicator-bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]