Updated Branches: refs/heads/flume-1.4 995a7686f -> ba71fe768
FLUME-1931: HDFS Sink has a commons-lang dependency which is missing in pom (Hari Shreedharan via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/ba71fe76 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ba71fe76 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ba71fe76 Branch: refs/heads/flume-1.4 Commit: ba71fe768bb8df07538eac25e8c34f15c7689923 Parents: 995a768 Author: Jarek Jarcec Cecho <[email protected]> Authored: Tue Mar 5 13:05:03 2013 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Tue Mar 5 13:06:15 2013 -0800 ---------------------------------------------------------------------- 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/ba71fe76/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 0d795fa..30c3d45 100644 --- a/flume-ng-sinks/flume-hdfs-sink/pom.xml +++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml @@ -91,6 +91,11 @@ limitations under the License. <optional>true</optional> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + </dependencies> <profiles>
