diff --git a/components/wso2is.key.manager.core/pom.xml b/components/wso2is.key.manager.core/pom.xml
index 7578a658..f92c4cac 100644
--- a/components/wso2is.key.manager.core/pom.xml
+++ b/components/wso2is.key.manager.core/pom.xml
@@ -84,5 +84,15 @@
com.googlecode.json-simple
json-simple
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.identity.application.common
+ ${carbon.identity.version}
+
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.idp.mgt
+ ${carbon.identity.version}
+
diff --git a/pom.xml b/pom.xml
index 2ec9f968..b39f8308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,8 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-
+
org.wso2
wso2
@@ -121,6 +122,16 @@
org.wso2.carbon.apimgt
org.wso2.carbon.apimgt.impl
${carbon.apimgt.version}
+
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.identity.application.common
+
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.idp.mgt
+
+
org.wso2.carbon.apimgt
@@ -262,6 +273,16 @@
gson
${com.google.code.gson.version}
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.identity.application.common
+ ${carbon.identity.version}
+
+
+ org.wso2.carbon.identity.framework
+ org.wso2.carbon.idp.mgt
+ ${carbon.identity.version}
+