Updated Branches:
  refs/heads/trunk 5b4a63983 -> bdcad923e

FLUME-1776. Several modules require commons-lang but do not declare this in the 
pom

(Brock Noland via Hari Shreedharan)


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/bdcad923
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/bdcad923
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/bdcad923

Branch: refs/heads/trunk
Commit: bdcad923e5f5aaf157c43a9f84e8c36c2f84171a
Parents: 5b4a639
Author: Hari Shreedharan <[email protected]>
Authored: Tue Dec 11 13:59:51 2012 -0800
Committer: Hari Shreedharan <[email protected]>
Committed: Tue Dec 11 13:59:51 2012 -0800

----------------------------------------------------------------------
 flume-ng-core/pom.xml                              |    5 +++++
 .../flume-thrift-source/pom.xml                    |    5 +++++
 flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml |    4 ++++
 flume-ng-sinks/flume-ng-hbase-sink/pom.xml         |    5 +++++
 4 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/bdcad923/flume-ng-core/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml
index 2554a0e..0224519 100644
--- a/flume-ng-core/pom.xml
+++ b/flume-ng-core/pom.xml
@@ -153,6 +153,11 @@ limitations under the License.
     </dependency>
 
     <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/bdcad923/flume-ng-legacy-sources/flume-thrift-source/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-legacy-sources/flume-thrift-source/pom.xml 
b/flume-ng-legacy-sources/flume-thrift-source/pom.xml
index 1339bd9..b9667cd 100644
--- a/flume-ng-legacy-sources/flume-thrift-source/pom.xml
+++ b/flume-ng-legacy-sources/flume-thrift-source/pom.xml
@@ -143,6 +143,11 @@ limitations under the License.
       <artifactId>servlet-api</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+
   </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/flume/blob/bdcad923/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml 
b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
index ab909b2..6ee3bd7 100644
--- a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
@@ -68,6 +68,10 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
 
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/flume/blob/bdcad923/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml 
b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
index 5928ecf..3b4eadb 100644
--- a/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
+++ b/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
@@ -104,6 +104,11 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>

Reply via email to