From 790ddb83355800cc037ea1ea3ca8610bb78018d5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 29 Oct 2019 12:50:10 -0700 Subject: Change code to use dmaap microservice Change method calls that used to go to the dmaap adapter, to now go to the appc service communicator, which connects to the dmaap micro service. Change-Id: I619fcb408e14fa0b926950192463d9c92ab7dbba Signed-off-by: Patrick Brady Issue-ID: APPC-1744 --- appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml | 5 +++++ appc-adapters/pom.xml | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'appc-adapters') diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml index 7286ec9d8..d6168a3f4 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml @@ -49,6 +49,11 @@ appc-common-bundle ${project.version} + + org.onap.appc + appc-service-communicator-bundle + ${project.version} + javax javaee-api diff --git a/appc-adapters/pom.xml b/appc-adapters/pom.xml index ee88e66f7..0e06886c3 100644 --- a/appc-adapters/pom.xml +++ b/appc-adapters/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. Copyright (C) 2017 Amdocs ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -35,7 +35,6 @@ appc-chef-adapter appc-rest-adapter appc-iaas-adapter - appc-dmaap-adapter appc-netconf-adapter appc-ssh-adapter appc-rest-healthcheck-adapter -- cgit 1.2.3-korg