Using httpcomponents 4.2+
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f4011b4c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f4011b4c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f4011b4c Branch: refs/heads/container-autoscaling Commit: f4011b4c2313f2f132ef7a0265343d7a2c1cddcd Parents: 7162325 Author: Nirmal Fernando <[email protected]> Authored: Mon Oct 6 16:01:27 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Wed Oct 8 22:21:28 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.kubernetes.client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f4011b4c/components/org.apache.stratos.kubernetes.client/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.kubernetes.client/pom.xml b/components/org.apache.stratos.kubernetes.client/pom.xml index b0a3732..c38c854 100644 --- a/components/org.apache.stratos.kubernetes.client/pom.xml +++ b/components/org.apache.stratos.kubernetes.client/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.httpcomponents.wso2</groupId> <artifactId>httpclient</artifactId> - <version>4.1.1.wso2v1</version> + <version>4.2.5.wso2v1</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId>
