Updated Branches: refs/heads/trunk 172355c0a -> 7c8e0bdab
FLUME-1964. hdfs sink depends on commons-io but does not specify it in the pom (Mike Percy via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7c8e0bda Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7c8e0bda Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7c8e0bda Branch: refs/heads/trunk Commit: 7c8e0bdabd7ee4af0b08e366baa282cb95fdbd69 Parents: 172355c Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 3 14:47:20 2013 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 3 14:47:20 2013 -0700 ---------------------------------------------------------------------- flume-ng-sinks/flume-hdfs-sink/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7c8e0bda/flume-ng-sinks/flume-hdfs-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml index 4ffe5f6..2b6b5d2 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -95,6 +95,11 @@ limitations under the License. <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + </dependencies> <profiles>
