From 6a6d3afd489ea3b8945f1cdd8a8a74afdcc5221a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 10 Oct 2019 15:34:00 -0700 Subject: Dmaap micro service jar Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady Issue-ID: APPC-1744 --- .../appc-message-adapter-api/pom.xml | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 services/appc-dmaap-service/appc-message-adapter-api/pom.xml (limited to 'services/appc-dmaap-service/appc-message-adapter-api/pom.xml') diff --git a/services/appc-dmaap-service/appc-message-adapter-api/pom.xml b/services/appc-dmaap-service/appc-message-adapter-api/pom.xml new file mode 100644 index 000000000..84cd805aa --- /dev/null +++ b/services/appc-dmaap-service/appc-message-adapter-api/pom.xml @@ -0,0 +1,94 @@ + + + + 4.0.0 + + org.onap.appc.parent + binding-parent + 2.6.2 + + + + org.onap.appc.services.dmaap + appc-message-adapter-api + jar + appc-message-adapter-api + + + + junit + junit + test + + + + org.mockito + mockito-core + test + + + org.osgi + org.osgi.core + provided + + + org.powermock + powermock-api-mockito + test + + + + org.powermock + powermock-module-junit4 + test + + + + org.onap.ccsdk.sli.core + sli-common + compile + + + + org.onap.ccsdk.sli.core + dblib-provider + + + + + + org.onap.ccsdk.sli.core + sli-provider + compile + + + + org.onap.ccsdk.sli.core + dblib-provider + + + + + + + 1.7.0-SNAPSHOT + -- cgit 1.2.3-korg