From 164afbb7cbfd728993250b068b9bc75e9e38ba27 Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Wed, 9 Oct 2024 14:18:21 +0530 Subject: [PATCH] Fix dependency issues --- .../pom.xml | 5 +++++ .../pom.xml | 5 ----- .../pom.xml | 13 +++++++++---- pom.xml | 19 ++++++++++++------- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml index cc6ee9fc21..70b46280ce 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml @@ -209,5 +209,10 @@ io.entgra.device.mgt.core.server.bootup.heartbeat.beacon provided + + org.wso2.orbit.javax.xml.bind + jaxb-api + provided + diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml index 93bc5da774..6ef4f12896 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml @@ -245,11 +245,6 @@ io.entgra.device.mgt.core io.entgra.device.mgt.core.device.mgt.common - - org.ops4j.pax.logging - pax-logging-api - provided - org.wso2.carbon org.wso2.carbon.utils diff --git a/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml b/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml index e0fa9efd0c..be80968552 100644 --- a/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml +++ b/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml @@ -97,45 +97,50 @@ org.apache.felix.scr.ds-annotations provided - - org.ops4j.pax.logging - pax-logging-api - org.wso2.carbon org.wso2.carbon.utils + provided org.testng testng + test org.wso2.carbon org.wso2.carbon.base + provided org.apache.axis2.wso2 axis2 + provided commons-io.wso2 commons-io + provided org.apache.axis2.transport axis2-transport-mail + provided commons-collections.wso2 commons-collections + provided io.entgra.device.mgt.core io.entgra.device.mgt.core.device.mgt.common + provided org.wso2.carbon org.wso2.carbon.ndatasource.core + provided log4j diff --git a/pom.xml b/pom.xml index 48cdcf3eb2..b33c11a64d 100644 --- a/pom.xml +++ b/pom.xml @@ -530,6 +530,10 @@ org.mockito mockito-core + + org.wso2.org.ops4j.pax.logging + pax-logging-api + @@ -805,6 +809,10 @@ xerces.wso2 xercesImpl + + org.wso2.org.ops4j.pax.logging + pax-logging-api + @@ -876,13 +884,6 @@ jaxb-impl 2.3.1 - - org.wso2.orbit.javax.xml.bind - jaxb-api - 2.3.1.wso2v1 - compile - - org.apache.axis2.transport axis2-transport-mail @@ -1283,6 +1284,10 @@ org.slf4j slf4j-api + + org.ops4j.pax.logging + pax-logging-api +