aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2013-10-19 12:35:55 -0700
committerReynold Xin <rxin@apache.org>2013-10-19 12:35:55 -0700
commit4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7 (patch)
treebbfb7def7f6662e712fa6eecccc47c262ac92bf8 /streaming
parentf628804c023a44bf7506bdca017d9a895dd7eb32 (diff)
downloadspark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.tar.gz
spark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.tar.bz2
spark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.zip
Exclusion rules for Maven build files.
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 3b25fb49fb..bcbed1644a 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -69,17 +69,33 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.sgroschupf</groupId>
<artifactId>zkclient</artifactId>
<version>0.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-stream</artifactId>
<version>3.0.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
@@ -89,6 +105,12 @@
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-zeromq</artifactId>
<version>2.0.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>