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 index 49adf0ee44..f486ddfd65 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -84,7 +84,8 @@ org.apache.catalina, org.apache.catalina.core, org.apache.commons.collections, - org.wso2.carbon.email.sender.* + org.wso2.carbon.email.sender.*, + org.wso2.carbon !org.wso2.carbon.device.mgt.core.internal, diff --git a/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml b/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml index ac0aba65fb..d6c808c4ea 100644 --- a/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml @@ -85,8 +85,8 @@ true - ${pom.artifactId} - ${pom.artifactId} + ${project.artifactId} + ${project.artifactId} ${carbon.device.mgt.version} OAuth Authenticator Bundle