aboutsummaryrefslogtreecommitdiff
path: root/streaming/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-10-25 09:18:36 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-10-25 09:20:30 -0700
commitaf4a529f6efae7d0f7e5915f0221f31ea755a374 (patch)
treeaab282a7a714f82190fe23bf4355ef0a410e3181 /streaming/pom.xml
parentad5f579cbfb3f0c9834cc5fdd26ad0745f5f8abf (diff)
downloadspark-af4a529f6efae7d0f7e5915f0221f31ea755a374.tar.gz
spark-af4a529f6efae7d0f7e5915f0221f31ea755a374.tar.bz2
spark-af4a529f6efae7d0f7e5915f0221f31ea755a374.zip
Exclude jopt from kafka dependency.
Kafka uses an older version of jopt that causes bad conflicts with the version used by spark-perf. It's not easy to remove this downstream because of the way that spark-perf uses Spark (by including a spark assembly as an unmanaged jar). This fixes the problem at its source by just never including it.
Diffstat (limited to 'streaming/pom.xml')
-rw-r--r--streaming/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 8022c4fe18..7a9ae6a97b 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -73,6 +73,10 @@
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.sf.jopt-simple</groupId>
+ <artifactId>jopt-simple</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>