diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-10-29 12:50:10 -0700 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-11-08 16:39:57 +0000 |
commit | 790ddb83355800cc037ea1ea3ca8610bb78018d5 (patch) | |
tree | 56edf2c12e5c2d7a0955dd3fa791cbe09b670828 /appc-adapters | |
parent | 1843caa854f58b133e2c97e5d75a4705f2942280 (diff) |
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 <patrick.brady@att.com>
Issue-ID: APPC-1744
Diffstat (limited to 'appc-adapters')
-rw-r--r-- | appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml | 5 | ||||
-rw-r--r-- | appc-adapters/pom.xml | 3 |
2 files changed, 6 insertions, 2 deletions
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 @@ -50,6 +50,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.onap.appc</groupId> + <artifactId>appc-service-communicator-bundle</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>7.0</version> 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 @@ <module>appc-chef-adapter</module> <module>appc-rest-adapter</module> <module>appc-iaas-adapter</module> - <module>appc-dmaap-adapter</module> <module>appc-netconf-adapter</module> <module>appc-ssh-adapter</module> <module>appc-rest-healthcheck-adapter</module> |