aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-03-02 14:27:53 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-02 14:27:53 -0800
commitfd31adbf27d824f00f62646e13c23f632d1b77d3 (patch)
treec0a03717075b62488f5720a5c49fe4d8cdd3fba6 /external
parent353ac6b4fa8f0740a7faabc1309022420c7b52fc (diff)
downloadspark-fd31adbf27d824f00f62646e13c23f632d1b77d3.tar.gz
spark-fd31adbf27d824f00f62646e13c23f632d1b77d3.tar.bz2
spark-fd31adbf27d824f00f62646e13c23f632d1b77d3.zip
SPARK-1084.2 (resubmitted)
(Ported from https://github.com/apache/incubator-spark/pull/650 ) This adds one more change though, to fix the scala version warning introduced by json4s recently. Author: Sean Owen <sowen@cloudera.com> Closes #32 from srowen/SPARK-1084.2 and squashes the following commits: 9240abd [Sean Owen] Avoid scala version conflict in scalap induced by json4s dependency 1561cec [Sean Owen] Remove "exclude *" dependencies that are causing Maven warnings, and that are apparently unneeded anyway
Diffstat (limited to 'external')
-rw-r--r--external/flume/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index 95ff872196..bc00ab4573 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -53,10 +53,6 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>*</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>