Repository: stratos Updated Branches: refs/heads/docker-grouping-merge aca1edf1a -> f0303b050
Removing unused dependencies in load balancer component Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c1e557b7 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c1e557b7 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c1e557b7 Branch: refs/heads/docker-grouping-merge Commit: c1e557b7ea86c42e87fe88b7ca25678f24aedc35 Parents: 8c30960 Author: Imesh Gunaratne <[email protected]> Authored: Tue Nov 4 14:47:57 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Nov 4 14:47:57 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.load.balancer/pom.xml | 45 -------------------- 1 file changed, 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c1e557b7/components/org.apache.stratos.load.balancer/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ed3a0a2..165cc58 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -49,21 +49,6 @@ <version>${synapse.core.version}</version> </dependency> <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.logging</artifactId> - <version>${wso2carbon.version}</version> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - <version>${axis2.wso2.version}</version> - </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - <version>1.6.1-wso2v9</version> - </dependency> - <dependency> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.messaging</artifactId> <version>${project.version}</version> @@ -73,36 +58,6 @@ <artifactId>org.apache.stratos.load.balancer.common</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.thrift</groupId> - <artifactId>libthrift</artifactId> - <version>0.9.1</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.databridge.agent.thrift</artifactId> - <version>4.2.0</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.databridge.commons.thrift</artifactId> - <version>4.2.0</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.databridge.commons</artifactId> - <version>4.2.0</version> - </dependency> - <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>1.6</version> - </dependency> - <dependency> - <groupId>org.eclipse.paho</groupId> - <artifactId>mqtt-client</artifactId> - <version>0.4.0</version> - </dependency> </dependencies> <build>
