From 397c1daa2a56647394c11bb33c711ccc12265813 Mon Sep 17 00:00:00 2001 From: warunalakshitha Date: Thu, 29 Sep 2016 00:40:58 +0530 Subject: [PATCH] Fix package import conflicts of org.wso2.carbon.device.mgt.common bundle --- .../device-mgt/org.wso2.carbon.device.mgt.common/pom.xml | 4 ++-- pom.xml | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.common/pom.xml index ad937f4a86..87ca742be5 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/pom.xml @@ -48,10 +48,10 @@ org.wso2.carbon.device.mgt.common.* - javax.xml.bind.annotation, + javax.xml.bind.annotation; version="${javax.xml.bind.imp.pkg.version}", com.fasterxml.jackson.annotation;version="${jackson-annotations.version}", org.wso2.carbon.apimgt.api.model.*;version="${carbon.api.mgt.version.range}", - io.swagger.annotations.*;resolution:=optional + io.swagger.annotations; version="${swagger.annotations.version}" diff --git a/pom.xml b/pom.xml index 9447965615..bd40f31190 100644 --- a/pom.xml +++ b/pom.xml @@ -1820,8 +1820,8 @@ (5.0.0,7.0.0] - 5.0.11 - [5.0.11,6.0.0) + 5.1.3 + [5.1.3,6.0.0) 4.5.6 @@ -1888,7 +1888,8 @@ 2.0.1 - 1.5.8 + 1.5.10 + 1.5.10 2.5 @@ -1898,6 +1899,7 @@ 5.0.2.Final [0.0.0,1.0.0) + [0.0.0,1.0.0) 1.8.10.wso2v2