From 1276cb9cdda7ed744cfa6ad27fcbc38578568784 Mon Sep 17 00:00:00 2001 From: UdeshAthukorala Date: Tue, 30 Jul 2024 13:30:54 +0530 Subject: [PATCH] Add missing dependencies --- .../pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml index 4a71bf15..e355f901 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml @@ -90,6 +90,10 @@ org.wso2.carbon.identity.event.handler.notification org.wso2.carbon.identity.event.handler.notification + + org.wso2.carbon.identity.framework + org.wso2.carbon.identity.central.log.mgt + @@ -133,6 +137,7 @@ org.wso2.carbon.identity.event.services; version="${carbon.identity.package.import.version.range}", org.wso2.carbon.identity.event.handler.notification.exception; version="${identity.event.handler.notification.version}", + org.wso2.carbon.identity.central.log.mgt.utils; version="${carbon.identity.package.import.version.range}", org.wso2.carbon.user.core.service; version="${carbon.kernel.package.import.version.range}"