aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/pom.xml10
-rw-r--r--repl-bin/pom.xml6
-rw-r--r--repl/pom.xml6
3 files changed, 10 insertions, 12 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 4eb32935f4..023ad8cb45 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -55,6 +55,16 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>0.94.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index f3bde60744..f132c44fb9 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -51,12 +51,6 @@
</dependency>
<dependency>
<groupId>org.spark-project</groupId>
- <artifactId>spark-examples</artifactId>
- <version>${project.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.spark-project</groupId>
<artifactId>spark-repl</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
diff --git a/repl/pom.xml b/repl/pom.xml
index 429de7861f..82e26defbc 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -49,12 +49,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.spark-project</groupId>
- <artifactId>spark-examples</artifactId>
- <version>${project.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<scope>provided</scope>