diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml
new file mode 100644
index 0000000000..4249d8f6c2
--- /dev/null
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml
@@ -0,0 +1,89 @@
+
+
+
+ org.wso2.carbon
+ device-mgt
+ 4.3.0-SNAPSHOT
+ ../pom.xml
+
+
+ 4.0.0
+ org.wso2.carbon
+ org.wso2.carbon.device.mgt.core
+ 4.3.0-SNAPSHOT
+ bundle
+ WSO2 Carbon - Device Management Core
+ WSO2 Carbon - Device Management Core
+ http://wso2.org
+
+
+
+
+
+
+ org.apache.felix
+ maven-scr-plugin
+
+
+ org.apache.felix
+ maven-bundle-plugin
+ 1.4.0
+ true
+
+
+ ${project.artifactId}
+ ${project.artifactId}
+ ${project.version}
+ Device Management Core Bundle
+ org.wso2.carbon.device.mgt.core.internal
+
+ org.apache.axis2.*;
+ version="${axis2.osgi.version.range}",
+ org.osgi.framework,
+ org.osgi.service.component,
+ org.apache.commons.logging,
+
+
+ !org.wso2.carbon.device.mgt.core.internal,
+ org.wso2.carbon.device.mgt.core.*
+
+ *
+
+
+
+
+
+
+
+
+ org.testng
+ testng
+ test
+
+
+ junit
+ junit
+ test
+
+
+
+
+
+
+
+
diff --git a/components/device-mgt/pom.xml b/components/device-mgt/pom.xml
new file mode 100644
index 0000000000..b73f870873
--- /dev/null
+++ b/components/device-mgt/pom.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+ 4.0.0
+ org.wso2.carbon
+ device-mgt
+ 4.3.0-SNAPSHOT
+ pom
+ WSO2 Carbon - Device Management Component
+ http://wso2.org
+
+
+ org.wso2.carbon.device.mgt.core
+
+
+