aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJey Kottalam <jey@cs.berkeley.edu>2013-08-16 12:26:45 -0700
committerJey Kottalam <jey@cs.berkeley.edu>2013-08-16 13:50:12 -0700
commitc1e547bb7f21ebed198bea0aed0a122eb0d70835 (patch)
treed8cb61cf700daa18a68a04c7215c1a9aa24cb35e /examples
parentad580b94d506b3dbb8b4206326e4df2e1104e3b3 (diff)
downloadspark-c1e547bb7f21ebed198bea0aed0a122eb0d70835.tar.gz
spark-c1e547bb7f21ebed198bea0aed0a122eb0d70835.tar.bz2
spark-c1e547bb7f21ebed198bea0aed0a122eb0d70835.zip
Updates to repl and example POMs to match SBT build
Diffstat (limited to 'examples')
-rw-r--r--examples/pom.xml10
1 files changed, 10 insertions, 0 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>