From 74041070f9cc22ba103c27c19dbc21b399e0c8fc Mon Sep 17 00:00:00 2001 From: Dharmakeerthi Lasantha Date: Mon, 24 Jul 2023 20:22:54 +0530 Subject: [PATCH] Fix class def not found issue --- .../io.entgra.device.mgt.core.device.mgt.api/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml index 72c30b6d93..abbc0e9875 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml @@ -192,6 +192,10 @@ org.slf4j jcl-over-slf4j + + org.ops4j.pax.logging + pax-logging-log4j2 +