From 331edc629594d579f1d4f835ad6ebf45da9d259e Mon Sep 17 00:00:00 2001 From: milanperera Date: Mon, 28 Oct 2019 15:32:52 +0100 Subject: [PATCH] Fix dependency issues --- .../pom.xml | 4 +++ .../pom.xml | 16 ++++++++++++ .../org.wso2.extension.siddhi.device/pom.xml | 26 +++++++++++++++---- .../client/OAuthRequestInterceptor.java | 3 ++- pom.xml | 5 ++++ 5 files changed, 48 insertions(+), 6 deletions(-) diff --git a/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/pom.xml b/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/pom.xml index c57509397..4cab89226 100644 --- a/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/pom.xml +++ b/components/extensions/pull-notification-listeners/org.wso2.carbon.device.mgt.mqtt.notification.listener/pom.xml @@ -63,6 +63,10 @@ org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.input.adapter.extension + + org.wso2.carbon + org.wso2.carbon.user.api + diff --git a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml index bfc0929b1..8c95ffe2b 100644 --- a/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml +++ b/components/extensions/remote-session-extension/org.wso2.carbon.device.mgt.extensions.remote.session/pom.xml @@ -54,6 +54,22 @@ org.json.wso2 json + + org.wso2.carbon + org.wso2.carbon.utils + + + org.wso2.carbon + org.wso2.carbon.core + + + org.wso2.carbon.devicemgt + org.wso2.carbon.device.mgt.common + + + javax.websocket + javax.websocket-api +