Updated Branches: refs/heads/trunk 4515117d5 -> d95748ca7
FLUME-1863: EmbeddedAgent pom must pull in file channel (Hari Shreedharan via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/d95748ca Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d95748ca Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d95748ca Branch: refs/heads/trunk Commit: d95748ca7aa151f8f31dc5cbe9d431e8cf3f9a1e Parents: 4515117 Author: Brock Noland <[email protected]> Authored: Tue Jan 22 14:10:01 2013 -0600 Committer: Brock Noland <[email protected]> Committed: Tue Jan 22 14:10:01 2013 -0600 ---------------------------------------------------------------------- flume-ng-embedded-agent/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/d95748ca/flume-ng-embedded-agent/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-embedded-agent/pom.xml b/flume-ng-embedded-agent/pom.xml index cdb1c50..099c424 100644 --- a/flume-ng-embedded-agent/pom.xml +++ b/flume-ng-embedded-agent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <artifactId>flume-ng-embedded-agent</artifactId> <name>Flume NG Embedded Agent</name> - <description>Flume Embedded Agent: Stable public API for Embeddeding a Flume 1.x Agent</description> + <description>Flume Embedded Agent: Stable public API for Embedding a Flume 1.x Agent</description> <dependencies> @@ -51,6 +51,11 @@ limitations under the License. </dependency> <dependency> + <groupId>org.apache.flume.flume-ng-channels</groupId> + <artifactId>flume-file-channel</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>
