Repository: stratos Updated Branches: refs/heads/master b579e8a13 -> 1dd5672ce
STRATOS-1411- Bundleinfo error when carbon add tenant is clicked Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1dd5672c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1dd5672c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1dd5672c Branch: refs/heads/master Commit: 1dd5672cedf59b79d143a0c8d2663f3c1784f1bd Parents: b579e8a Author: Udara Liyanage <[email protected]> Authored: Fri May 15 15:35:27 2015 +0530 Committer: Udara Liyanage <[email protected]> Committed: Fri May 15 16:11:41 2015 +0530 ---------------------------------------------------------------------- features/common/org.apache.stratos.common.ui.feature/pom.xml | 6 ------ products/stratos/modules/p2-profile-gen/pom.xml | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1dd5672c/features/common/org.apache.stratos.common.ui.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/common/org.apache.stratos.common.ui.feature/pom.xml b/features/common/org.apache.stratos.common.ui.feature/pom.xml index ffa1781..2486a23 100644 --- a/features/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/common/org.apache.stratos.common.ui.feature/pom.xml @@ -47,11 +47,6 @@ </dependency> <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.google.analytics.ui</artifactId> - <version>2.1.0</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.tenant.mgt.stub</artifactId> <version>4.2.0</version> </dependency> @@ -103,7 +98,6 @@ <bundleDef>org.wso2.carbon:org.wso2.carbon.redirector.servlet.ui</bundleDef> <bundleDef>org.wso2.carbon:org.wso2.carbon.redirector.servlet.stub:4.2.0</bundleDef> <bundleDef>org.wso2.carbon:org.wso2.carbon.sso.redirector.ui</bundleDef> - <bundleDef>org.wso2.carbon:org.wso2.carbon.google.analytics.ui</bundleDef> <!-- Tenant Mgmt--> <bundleDef>org.wso2.carbon:org.wso2.carbon.tenant.mgt.ui</bundleDef> http://git-wip-us.apache.org/repos/asf/stratos/blob/1dd5672c/products/stratos/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index a4301e4..b16921f 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -367,7 +367,7 @@ org.wso2.carbon:org.wso2.carbon.idp.mgt.feature:${carbon.platform.patch.version.4.2.3} </featureArtifactDef> <featureArtifactDef> - org.wso2.carbon:org.wso2.carbon.stratos.common.server.feature:2.2.2 + org.wso2.carbon:org.wso2.carbon.stratos.common.feature:2.2.2 </featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.as.runtimes.cxf.feature:4.2.2 </featureArtifactDef> @@ -699,7 +699,7 @@ <version>4.2.3</version> </feature> <feature> - <id>org.wso2.carbon.stratos.common.server.feature.group</id> + <id>org.wso2.carbon.stratos.common.feature.group</id> <version>2.2.2</version> </feature> <feature> @@ -1095,7 +1095,7 @@ <version>4.2.3</version> </feature> <feature> - <id>org.wso2.carbon.stratos.common.server.feature.group</id> + <id>org.wso2.carbon.stratos.common.feature.group</id> <version>2.2.2</version> </feature> <feature>
