diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml
index f6c0292529..07ef52fde5 100644
--- a/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml
@@ -43,11 +43,9 @@
1.7
- 2.3.2
maven-war-plugin
- 2.2
WEB-INF/lib/*cxf*.jar
devicemgt_admin
@@ -88,7 +86,6 @@
-
client
@@ -207,6 +204,11 @@
org.wso2.carbon.certificate.mgt.core
provided
+
+ io.swagger
+ swagger-annotations
+ provided
+
diff --git a/pom.xml b/pom.xml
index c71293b049..3dbcc79a48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1451,6 +1451,11 @@
provided
+
+ io.swagger
+ swagger-annotations
+ ${swagger.version}
+
@@ -1496,6 +1501,11 @@
1.7
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 2.2
+
org.apache.maven.plugins
maven-release-plugin
@@ -1811,6 +1821,8 @@
2.26.1.wso2v3
[2.26.1, 3.0.0)
+
+ 1.5.8