From c1e547bb7f21ebed198bea0aed0a122eb0d70835 Mon Sep 17 00:00:00 2001 From: Jey Kottalam <jey@cs.berkeley.edu> Date: Fri, 16 Aug 2013 12:26:45 -0700 Subject: [PATCH] Updates to repl and example POMs to match SBT build --- examples/pom.xml | 10 ++++++++++ repl-bin/pom.xml | 6 ------ repl/pom.xml | 6 ------ 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 @@ -49,12 +49,6 @@ <version>${project.version}</version> <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.spark-project</groupId> <artifactId>spark-repl</artifactId> diff --git a/repl/pom.xml b/repl/pom.xml index 429de7861f..82e26defbc 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -48,12 +48,6 @@ <version>${project.version}</version> <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> -- GitLab