Updated Branches:
  refs/heads/trunk 4c9e85ab5 -> 83e4fe5f7

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/83e4fe5f
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/83e4fe5f
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/83e4fe5f

Branch: refs/heads/trunk
Commit: 83e4fe5f7a15ac0c4c8b5aee5e910169e189b051
Parents: 4c9e85a
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:31 2013 -0700

----------------------------------------------------------------------
 flume-ng-node/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/83e4fe5f/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>

Reply via email to