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