From 5e484ea73840e0b329be09730e009ae22c9962dc Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Wed, 31 Jan 2024 15:02:48 +0000 Subject: Remove Dmaap from apex-pdp Issue-ID: POLICY-4402 Signed-off-by: rameshiyer27 Change-Id: I76c284b6ff7ec0ce77189f3f2bc93d5b91d4eb24 --- .../plugins-event-carrier-kafka/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka') diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml index a2e65c995..d36dd4c5a 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2022 Bell Canada. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,6 +41,16 @@ kafka-avro-serializer ${version.kafka-avro-serializer} + + org.apache.avro + avro + ${version.avro} + + + org.apache.commons + commons-compress + 1.25.0 + -- cgit 1.2.3-korg