From e2f2237b2ddc1c3a9539d7d818033f25b7dd72b2 Mon Sep 17 00:00:00 2001 From: tcdlpds Date: Thu, 1 Feb 2024 01:49:49 +0530 Subject: [PATCH] Fix log class loading issue --- .../pom.xml | 1 - .../pom.xml | 1 - .../io.entgra.device.mgt.core.certificate.mgt.api/pom.xml | 1 - .../pom.xml | 1 - .../io.entgra.device.mgt.core.notification.logger/pom.xml | 4 ++-- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml index 08c184a676..9ec44fb8e0 100644 --- a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml +++ b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml @@ -131,7 +131,6 @@ org.ops4j.pax.logging pax-logging-api provided - org.wso2.carbon.identity.inbound.auth.oauth2 diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml index 6bcad291c4..87b20c6188 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml @@ -55,7 +55,6 @@ org.ops4j.pax.logging pax-logging-api provided - org.wso2.carbon.apimgt diff --git a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml index 6d697f1055..6689068e68 100644 --- a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml +++ b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml @@ -158,7 +158,6 @@ org.ops4j.pax.logging pax-logging-api provided - io.entgra.device.mgt.core diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.analytics.data.publisher/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.analytics.data.publisher/pom.xml index ce7fb6b507..314beb5e65 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.analytics.data.publisher/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.analytics.data.publisher/pom.xml @@ -62,7 +62,6 @@ org.ops4j.pax.logging pax-logging-api provided - org.wso2.carbon diff --git a/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml b/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml index 8af7693b98..bd9e2df05f 100644 --- a/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml +++ b/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml @@ -79,8 +79,8 @@ io.entgra.device.mgt.core.device.mgt.extensions.logger.spi;version="[5.0,6)", io.entgra.device.mgt.core.notification.logger, io.entgra.device.mgt.core.notification.logger.util, - org.apache.commons.logging;version="[1.2,2)" - + org.apache.commons.logging;version="[1.2,2)", + pax-logging-api io.entgra.device.mgt.core.notification.logger.*