HADOOP-13769. AliyunOSS: update oss sdk version. Contributed by Genmao Yu
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/243c0f33 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/243c0f33 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/243c0f33 Branch: refs/heads/YARN-2915 Commit: 243c0f33ec2559c1b727f6c7ea73625df3ac3a43 Parents: 01be450 Author: Kai Zheng <[email protected]> Authored: Mon Feb 13 13:21:44 2017 +0800 Committer: Kai Zheng <[email protected]> Committed: Mon Feb 13 13:21:44 2017 +0800 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/243c0f33/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index d3579a1..606f7fc 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1104,7 +1104,7 @@ <dependency> <groupId>com.aliyun.oss</groupId> <artifactId>aliyun-sdk-oss</artifactId> - <version>2.2.1</version> + <version>2.4.1</version> <exclusions> <exclusion> <groupId>org.apache.httpcomponents</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
