Repository: flume Updated Branches: refs/heads/trunk ac999bebe -> 9dd7d9535
FLUME-2560. Add Kafka Channel to dist tarballs. (Johny Rufus via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/9dd7d953 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/9dd7d953 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/9dd7d953 Branch: refs/heads/trunk Commit: 9dd7d95357f925134b0ef2aadd8636722f57533d Parents: ac999be Author: Hari Shreedharan <[email protected]> Authored: Thu Nov 20 17:04:14 2014 -0800 Committer: Hari Shreedharan <[email protected]> Committed: Thu Nov 20 17:04:14 2014 -0800 ---------------------------------------------------------------------- flume-ng-dist/pom.xml | 4 ++++ pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/9dd7d953/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index a5db0c7..4d2ebfe 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -130,6 +130,10 @@ <artifactId>flume-jdbc-channel</artifactId> </dependency> <dependency> + <groupId>org.apache.flume.flume-ng-channels</groupId> + <artifactId>flume-kafka-channel</artifactId> + </dependency> + <dependency> <groupId>org.apache.flume.flume-ng-sinks</groupId> <artifactId>flume-hdfs-sink</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/flume/blob/9dd7d953/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4f550d3..7d4f01a 100644 --- a/pom.xml +++ b/pom.xml @@ -1099,6 +1099,12 @@ limitations under the License. <dependency> <groupId>org.apache.flume.flume-ng-channels</groupId> + <artifactId>flume-kafka-channel</artifactId> + <version>1.6.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.flume.flume-ng-channels</groupId> <artifactId>flume-spillable-memory-channel</artifactId> <version>1.6.0-SNAPSHOT</version> </dependency>
