Updated Branches: refs/heads/flume-1.4 e6cacd093 -> e175349d5
FLUME-1677. Add File-channel dependency to flume-ng-node's pom.xml. (Roshan Naik via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/e175349d Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e175349d Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e175349d Branch: refs/heads/flume-1.4 Commit: e175349d58b0b243900ee8395089498910e64884 Parents: e6cacd0 Author: Mike Percy <[email protected]> Authored: Sun Jun 23 02:39:31 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Sun Jun 23 02:39:57 2013 -0700 ---------------------------------------------------------------------- flume-ng-node/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/e175349d/flume-ng-node/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml index 1660410..0d1b725 100644 --- a/flume-ng-node/pom.xml +++ b/flume-ng-node/pom.xml @@ -88,6 +88,11 @@ </dependency> <dependency> + <groupId>org.apache.flume.flume-ng-channels</groupId> + <artifactId>flume-file-channel</artifactId> + </dependency> + + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency>
