commons io 2.2
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/f3b49334 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/f3b49334 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/f3b49334 Branch: refs/heads/master Commit: f3b493343e08ede7e2f9f6622d081d05abe3f818 Parents: 093fe08 Author: Olivier Lamy <[email protected]> Authored: Tue Mar 24 22:06:22 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Tue Mar 24 22:06:22 2015 +1100 ---------------------------------------------------------------------- helix-core/helix-core-0.7.2-SNAPSHOT.ivy | 2 +- helix-core/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/f3b49334/helix-core/helix-core-0.7.2-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-core/helix-core-0.7.2-SNAPSHOT.ivy b/helix-core/helix-core-0.7.2-SNAPSHOT.ivy index cce1eac..0a366cd 100644 --- a/helix-core/helix-core-0.7.2-SNAPSHOT.ivy +++ b/helix-core/helix-core-0.7.2-SNAPSHOT.ivy @@ -50,7 +50,7 @@ under the License. <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="commons-io" name="commons-io" rev="2.2" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="com.github.sgroschupf" name="zkclient" rev="0.1" conf="compile->compile(default);runtime->runtime(default);default->default"/> http://git-wip-us.apache.org/repos/asf/helix/blob/f3b49334/helix-core/pom.xml ---------------------------------------------------------------------- diff --git a/helix-core/pom.xml b/helix-core/pom.xml index f43d698..dbaa9c9 100644 --- a/helix-core/pom.xml +++ b/helix-core/pom.xml @@ -101,7 +101,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.4</version> + <version>2.2</version> </dependency> <dependency> <groupId>commons-cli</groupId>
