You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by ja...@apache.org on 2013/03/05 22:06:57 UTC

git commit: FLUME-1931: HDFS Sink has a commons-lang dependency which is missing in pom

Updated Branches:
  refs/heads/trunk 17338bf30 -> d10a6bd1e


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

Branch: refs/heads/trunk
Commit: d10a6bd1e3a2f948573ace346a37f1d14ee6d14f
Parents: 17338bf
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Tue Mar 5 13:05:03 2013 -0800
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Tue Mar 5 13:05:03 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/d10a6bd1/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 aaa0e1f..4ffe5f6 100644
--- a/flume-ng-sinks/flume-hdfs-sink/pom.xml
+++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml
@@ -90,6 +90,11 @@ limitations under the License.
       <optional>true</optional>
     </dependency>
 
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+
   </dependencies>
 
   <profiles>