Repository: stratos Updated Branches: refs/heads/master 1387b2855 -> eb765f7fe
removing unused dependencies Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/eb765f7f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/eb765f7f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/eb765f7f Branch: refs/heads/master Commit: eb765f7fec6a815195b0f9ef21a916c93756a2c6 Parents: 8967147 Author: reka <[email protected]> Authored: Thu May 21 18:02:08 2015 +0530 Committer: reka <[email protected]> Committed: Thu May 21 18:15:00 2015 +0530 ---------------------------------------------------------------------- products/stratos/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/eb765f7f/products/stratos/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 3c7d621..103fdd4 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -185,16 +185,6 @@ </dependency> <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.admin.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.account.mgt</artifactId> - <version>${stratos.component.version}</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.tenant.mgt</artifactId> <version>2.2.2</version> </dependency> @@ -228,7 +218,6 @@ <artifactId>org.apache.stratos.redirector.servlet</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>org.apache.batik.wso2</groupId> <artifactId>batik</artifactId>
