aboutsummaryrefslogtreecommitdiff
path: root/streaming/pom.xml
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 /streaming/pom.xml
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 'streaming/pom.xml')
-rw-r--r--streaming/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 2f358c9938..1f3366e25f 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -56,11 +56,6 @@
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.9.11</version>
- </dependency>
- <dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>