From 25ed0cf370a1467134e775042db9e47adafaa389 Mon Sep 17 00:00:00 2001 From: warunalakshitha Date: Thu, 29 Sep 2016 18:28:09 +0530 Subject: [PATCH] Fix build issue with swagger version --- components/device-mgt/org.wso2.carbon.device.mgt.common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 87ca742be5..b6e11b75fe 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 @@ -51,7 +51,7 @@ 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; version="${swagger.annotations.version}" + io.swagger.annotations; version="${swagger.annotations.version}"; resolution:=optional