aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorRohit Rai <rohit@tuplejump.com>2013-06-02 13:03:45 +0530
committerRohit Rai <rohit@tuplejump.com>2013-06-02 13:03:45 +0530
commit6d8423fd1b490d541f0ea379068b8954002d624f (patch)
tree2dd2887bf213a6a53010bd648d6c09fd4b744a52 /project
parent81c2adc15c9e232846d4ad0adf14d007039409fa (diff)
downloadspark-6d8423fd1b490d541f0ea379068b8954002d624f.tar.gz
spark-6d8423fd1b490d541f0ea379068b8954002d624f.tar.bz2
spark-6d8423fd1b490d541f0ea379068b8954002d624f.zip
Adding deps to examples/pom.xml
Fixing exclusion in examples deps in SparkBuild.scala
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 5152b7b79b..7f3e223c2e 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -202,7 +202,7 @@ object SparkBuild extends Build {
def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples",
libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.11",
- "org.apache.cassandra" % "cassandra-all" % "1.2.5" exclude("com.google.guava", "guava") exclude("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru:1.3") exclude("com.ning","compress-lzf") exclude("io.netty","netty") exclude("jline","jline") exclude("log4j","log4j") exclude("org.apache.cassandra.deps", "avro")))
+ "org.apache.cassandra" % "cassandra-all" % "1.2.5" exclude("com.google.guava", "guava") exclude("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru") exclude("com.ning","compress-lzf") exclude("io.netty","netty") exclude("jline","jline") exclude("log4j","log4j") exclude("org.apache.cassandra.deps", "avro")))
def bagelSettings = sharedSettings ++ Seq(name := "spark-bagel")