From 09f004bfd8ac3b83528552d32f12366d4f76296d Mon Sep 17 00:00:00 2001 From: Malintha Fernando Date: Fri, 11 Nov 2016 06:38:36 +0530 Subject: [PATCH] importing javax.xml package for javax.xml.XMLConstants --- .../org.wso2.carbon.device.mgt.iot.output.adapter.ui/pom.xml | 4 +--- .../iot-base-plugin/org.wso2.carbon.device.mgt.iot/pom.xml | 4 +--- .../org.wso2.carbon.device.mgt.mobile/pom.xml | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot.output.adapter.ui/pom.xml b/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot.output.adapter.ui/pom.xml index c622ed3db..fe92a5e6b 100644 --- a/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot.output.adapter.ui/pom.xml +++ b/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot.output.adapter.ui/pom.xml @@ -140,9 +140,7 @@ org.wso2.carbon.event.stream.core, org.wso2.carbon.event.stream.core.exception, org.wso2.carbon.utils, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.parsers; version=0.0.0, + javax.xml.*, org.w3c.dom, org.wso2.carbon.identity.oauth2.stub, org.wso2.carbon.identity.oauth2.stub.dto, diff --git a/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot/pom.xml b/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot/pom.xml index cc7620641..96d952981 100644 --- a/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot/pom.xml +++ b/components/iot-plugins/iot-base-plugin/org.wso2.carbon.device.mgt.iot/pom.xml @@ -70,9 +70,7 @@ org.wso2.carbon.core, org.wso2.carbon.device.mgt.common, org.wso2.carbon.utils, - javax.xml.bind, - javax.xml.bind.annotation, - javax.xml.parsers; version="${javax.xml.parsers.import.pkg.version}", + javax.xml.*, org.w3c.dom diff --git a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile/pom.xml b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile/pom.xml index 715beb9df..2e30e81c4 100644 --- a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile/pom.xml +++ b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile/pom.xml @@ -55,10 +55,9 @@ org.osgi.framework, org.osgi.service.component, org.apache.commons.logging, - javax.xml.bind.*, + javax.xml.*, javax.naming, javax.sql, - javax.xml.parsers; version=0.0.0, org.w3c.dom, org.wso2.carbon.context, org.wso2.carbon.utils.*,