From 8767dd9b446af9c8e40da178b16bda0e51c02a5c Mon Sep 17 00:00:00 2001 From: sinthuja Date: Tue, 1 Nov 2016 18:32:27 +0530 Subject: [PATCH] Adding missing dependency jersey core with device mgt. --- .../org.wso2.carbon.device.mgt.extensions.feature/pom.xml | 1 + pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml index 9a5b1e9cc4..ba40a1abdf 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml @@ -82,6 +82,7 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:${carbon.device.mgt.version} + com.sun.jersey:jersey-core org.wso2.carbon.core.server:${carbon.kernel.version} diff --git a/pom.xml b/pom.xml index f376564345..deee8deb74 100644 --- a/pom.xml +++ b/pom.xml @@ -1525,6 +1525,11 @@ slf4j-simple ${slf4j.simple.version} + + com.sun.jersey + jersey-core + ${jersey.version} + @@ -1850,6 +1855,7 @@ 1.1.1 1.2 4.5.1 + 1.9 2.0.4