aboutsummaryrefslogtreecommitdiff
path: root/external/flume-sink/pom.xml
diff options
context:
space:
mode:
authorHari Shreedharan <hshreedharan@apache.org>2015-06-22 23:34:17 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-06-22 23:34:17 -0700
commit9b618fb0d2536121d2784ff5341d74723e810fc5 (patch)
tree9028a00d51910144260b926ddd2ad4dbd807a9ae /external/flume-sink/pom.xml
parent31bd30687bc29c0e457c37308d489ae2b6e5b72a (diff)
downloadspark-9b618fb0d2536121d2784ff5341d74723e810fc5.tar.gz
spark-9b618fb0d2536121d2784ff5341d74723e810fc5.tar.bz2
spark-9b618fb0d2536121d2784ff5341d74723e810fc5.zip
[SPARK-8483] [STREAMING] Remove commons-lang3 dependency from Flume Si…
…nk. Also bump Flume version to 1.6.0 Author: Hari Shreedharan <hshreedharan@apache.org> Closes #6910 from harishreedharan/remove-commons-lang3 and squashes the following commits: 9875f7d [Hari Shreedharan] Revert back to Flume 1.4.0 ca35eb0 [Hari Shreedharan] [SPARK-8483][Streaming] Remove commons-lang3 dependency from Flume Sink. Also bump Flume version to 1.6.0
Diffstat (limited to 'external/flume-sink/pom.xml')
-rw-r--r--external/flume-sink/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index 7a7dccc3d0..0664cfb202 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -36,10 +36,6 @@
<dependencies>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-sdk</artifactId>
<exclusions>