Updated Branches: refs/heads/ACCUMULO-1783-1.5 cb720e850 -> 12357a036
ACCUMULO-1783 Add commons-io explicitly Project: http://git-wip-us.apache.org/repos/asf/accumulo-pig/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-pig/commit/122f8156 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-pig/tree/122f8156 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-pig/diff/122f8156 Branch: refs/heads/ACCUMULO-1783-1.5 Commit: 122f81564a2ee61acf3c34562ca87e10d8a27595 Parents: cb720e8 Author: Josh Elser <els...@apache.org> Authored: Mon Dec 30 14:11:19 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Mon Dec 30 14:11:19 2013 -0500 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/122f8156/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 587bf1e..24449e7 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,11 @@ <version>1.2.1</version> </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minicluster</artifactId> <version>1.2.1</version>