Updated Branches: refs/heads/flume-1.4 8054d0ca1 -> 4527f5d5d
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/4527f5d5 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4527f5d5 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4527f5d5 Branch: refs/heads/flume-1.4 Commit: 4527f5d5d28d63d608b23f01074f8c4459bfa93c Parents: 8054d0c Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 3 14:47:20 2013 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 3 14:50:54 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/4527f5d5/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 30c3d45..9f3119d 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -96,6 +96,11 @@ limitations under the License. <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + </dependencies> <profiles>
