aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
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 /examples/pom.xml
parentf628804c023a44bf7506bdca017d9a895dd7eb32 (diff)
downloadspark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.tar.gz
spark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.tar.bz2
spark-4e44d65b5ef7fb7c8d24186dd9e98ec10d9877b7.zip
Exclusion rules for Maven build files.
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index b8c020a321..15399a8a33 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -137,6 +137,14 @@
<groupId>org.apache.cassandra.deps</groupId>
<artifactId>avro</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.sonatype.sisu.inject</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>