aboutsummaryrefslogtreecommitdiff
path: root/external/flume-sink/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-04-27 19:50:55 -0400
committerSean Owen <sowen@cloudera.com>2015-04-27 19:50:55 -0400
commitab5adb7a973eec9d95c7575c864cba9f8d83a0fd (patch)
treeae05e0003efe275028382b16a842660f6e50e43c /external/flume-sink/pom.xml
parent5d45e1f60059e2f2fc8ad64778b9ddcc8887c570 (diff)
downloadspark-ab5adb7a973eec9d95c7575c864cba9f8d83a0fd.tar.gz
spark-ab5adb7a973eec9d95c7575c864cba9f8d83a0fd.tar.bz2
spark-ab5adb7a973eec9d95c7575c864cba9f8d83a0fd.zip
[SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 (3.x); commons-io used without dependency
Remove use of commons-lang in favor of commons-lang3 classes; remove commons-io use in favor of Guava Author: Sean Owen <sowen@cloudera.com> Closes #5703 from srowen/SPARK-7145 and squashes the following commits: 21fbe03 [Sean Owen] Remove use of commons-lang in favor of commons-lang3 classes; remove commons-io use in favor of Guava
Diffstat (limited to 'external/flume-sink/pom.xml')
-rw-r--r--external/flume-sink/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index 67907bbfb6..1f3e619d97 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -36,6 +36,10 @@
<dependencies>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-sdk</artifactId>
</dependency>