From eb3a808eaad99ccccacd1b852034ec3bf02ed061 Mon Sep 17 00:00:00 2001 From: "rajesh.kumar" Date: Fri, 23 Feb 2024 20:29:59 +0530 Subject: Add Notification support in cps core Add notification support using cloud events Issue-ID:CPS-2068 Change-Id: I56c34400dc73c71b936a51260efd240223babacd Signed-off-by: rajesh.kumar --- cps-service/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'cps-service/pom.xml') diff --git a/cps-service/pom.xml b/cps-service/pom.xml index adca617636..8197e9f95c 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -36,6 +36,10 @@ cps-service + + org.apache.commons + commons-lang3 + org.springframework spring-messaging @@ -74,6 +78,18 @@ io.micrometer micrometer-core + + io.cloudevents + cloudevents-json-jackson + + + io.cloudevents + cloudevents-kafka + + + io.cloudevents + cloudevents-spring + jakarta.validation jakarta.validation-api -- cgit 1.2.3-korg