aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-06-18 14:55:31 +0200
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-06-18 14:55:31 +0200
commitdbfab49d2a1380fa598f43de8e02c9e0eb467e17 (patch)
tree602b2d35c32a71a8656485d26526a7cb4881930a /examples/pom.xml
parent73f4c7d2d188e61b361ce772d9525767b7c48680 (diff)
parentb5b12823faf62766d880e497c90b44b21f5a433a (diff)
downloadspark-dbfab49d2a1380fa598f43de8e02c9e0eb467e17.tar.gz
spark-dbfab49d2a1380fa598f43de8e02c9e0eb467e17.tar.bz2
spark-dbfab49d2a1380fa598f43de8e02c9e0eb467e17.zip
Merge remote-tracking branch 'milliondreams/casdemo'
Conflicts: project/SparkBuild.scala
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 0fbb5a3d5d..3e5271ec2f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -34,6 +34,41 @@
<artifactId>scalacheck_${scala.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.cassandra</groupId>
+ <artifactId>cassandra-all</artifactId>
+ <version>1.2.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
+ <artifactId>concurrentlinkedhashmap-lru</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.ning</groupId>
+ <artifactId>compress-lzf</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.cassandra.deps</groupId>
+ <artifactId>avro</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.version}/classes</outputDirectory>