More pom clean-ups

revert-70aa11f8
prabathabey 10 years ago
parent 3fb094b094
commit 36358ea0b2

@ -99,11 +99,11 @@
</properties> </properties>
</adviceFile> </adviceFile>
<bundles> <bundles>
<bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.mgt.core:${project.version} <bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.mgt.core:${carbon.device.mgt.version}
</bundleDef> </bundleDef>
<bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.mgt.common:${project.version} <bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.mgt.common:${carbon.device.mgt.version}
</bundleDef> </bundleDef>
<bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.evaluator:${project.version} <bundleDef>org.wso2.carbon.cdm:org.wso2.carbon.policy.evaluator:${carbon.device.mgt.version}
</bundleDef> </bundleDef>
</bundles> </bundles>
<importFeatures> <importFeatures>

@ -809,7 +809,7 @@
<carbon.deployment.version>4.3.0-SNAPSHOT</carbon.deployment.version> <carbon.deployment.version>4.3.0-SNAPSHOT</carbon.deployment.version>
<!-- Identity --> <!-- Identity -->
<carbon.identity.version>4.3.0-SNAPSHOT</carbon.identity.version> <carbon.identity.version>4.3.0</carbon.identity.version>
<!-- Multi-tenancy --> <!-- Multi-tenancy -->
<carbon.multitenancy.version>4.3.0</carbon.multitenancy.version> <carbon.multitenancy.version>4.3.0</carbon.multitenancy.version>

@ -156,9 +156,6 @@
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.event.server.feature:${carbon.commons.version} org.wso2.carbon.commons:org.wso2.carbon.event.server.feature:${carbon.commons.version}
</featureArtifactDef> </featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.event.common.feature:${carbon.commons.version}
</featureArtifactDef>
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:${carbon.commons.version} org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:${carbon.commons.version}
</featureArtifactDef> </featureArtifactDef>
@ -181,7 +178,7 @@
<!-- Identity Features --> <!-- Identity Features -->
<featureArtifactDef> <featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.security.mgt.feature:${carbon.identity.version} org.wso2.carbon:org.wso2.carbon.security.mgt.feature:${carbon.platform.version}
</featureArtifactDef> </featureArtifactDef>
<!--featureArtifactDef> <!--featureArtifactDef>
org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.server.feature:${carbon.identity.version} org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.server.feature:${carbon.identity.version}
@ -350,10 +347,6 @@
<id>org.wso2.carbon.event.server.feature.group</id> <id>org.wso2.carbon.event.server.feature.group</id>
<version>${carbon.commons.version}</version> <version>${carbon.commons.version}</version>
</feature> </feature>
<feature>
<id>org.wso2.carbon.event.common.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature> <feature>
<id>org.wso2.carbon.logging.mgt.feature.group</id> <id>org.wso2.carbon.logging.mgt.feature.group</id>
<version>${carbon.commons.version}</version> <version>${carbon.commons.version}</version>
@ -381,7 +374,7 @@
<!-- Identity Features --> <!-- Identity Features -->
<feature> <feature>
<id>org.wso2.carbon.security.mgt.feature.group</id> <id>org.wso2.carbon.security.mgt.feature.group</id>
<version>${carbon.identity.version}</version> <version>${carbon.platform.version}</version>
</feature> </feature>
<!--feature> <!--feature>
<id>org.wso2.carbon.identity.application.authentication.framework.server.feature.group</id> <id>org.wso2.carbon.identity.application.authentication.framework.server.feature.group</id>

Loading…
Cancel
Save