From 14d6bfebdd4a8873084e4f1fcbdeb6453fdd4bca Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 22 Jan 2024 18:54:28 +0000 Subject: Remove Dmaap references from CLAMP Issue-ID:POLICY-4881 Signed-off-by: zrrmmua Change-Id: Id305f7538ebc9822f121a868126e188d426c18f6 --- pom.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index dfee76bc5..846a03e22 100644 --- a/pom.xml +++ b/pom.xml @@ -36,11 +36,11 @@ It contains the following modules: - policy-clamp-common: Common code for all Policy/CLAMP modules - - policy-clamp-models: POJOs and other model code for REST and DMaaP messages and for persistence + - policy-clamp-models: POJOs and other model code for REST and Kafka messages and for persistence - policy-clamp-runtime: The runtime server for CLAMP - policy-clamp-runtime-acm: The runtime server for Automation Composition Management - policy-clamp-participant: Modules for CLAMP automation composition participants - o policy-clamp-participant-intermediary: A common JAR that handles participant state and DMaaP handling + o policy-clamp-participant-intermediary: A common JAR that handles participant state and Kafka handling o policy-clamp-participant-impl-cds: A standard participant for interworking with CDS o policy-clamp-participant-impl-kubernetes: A standard participant for Kubernetes microservices o policy-clamp-participant-impl-policy: A standard participant for handling polcies for Policy Framework @@ -80,6 +80,20 @@ org.onap.policy.common policy-endpoints ${policy.common.version} + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + + + com.att.nsa + cambriaClient + + + org.onap.aaf.authz + aaf-cadi-aaf + + org.onap.policy.common -- cgit 1.2.3-korg