Skip to content

Commit cf46edc

Browse files
committed
exclude jruby
1 parent 06e7328 commit cf46edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ object SparkBuild extends Build {
313313
val excludeCurator = ExclusionRule(organization = "org.apache.curator")
314314
val excludePowermock = ExclusionRule(organization = "org.powermock")
315315
val excludeFastutil = ExclusionRule(organization = "it.unimi.dsi")
316+
val excludeJruby = ExclusionRule(organization = "org.jruby")
316317

317318
def sparkPreviousArtifact(id: String, organization: String = "org.apache.spark",
318319
version: String = "0.9.0-incubating", crossVersion: String = "2.10"): Option[sbt.ModuleID] = {
@@ -414,7 +415,7 @@ object SparkBuild extends Build {
414415
name := "spark-examples",
415416
libraryDependencies ++= Seq(
416417
"com.twitter" %% "algebird-core" % "0.1.11",
417-
"org.apache.hbase" % "hbase" % HBASE_VERSION excludeAll(excludeNetty, excludeAsm, excludeOldAsm, excludeCommonsLogging),
418+
"org.apache.hbase" % "hbase" % HBASE_VERSION excludeAll(excludeNetty, excludeAsm, excludeOldAsm, excludeCommonsLogging, excludeJruby),
418419
"org.apache.cassandra" % "cassandra-all" % "1.2.6"
419420
exclude("com.google.guava", "guava")
420421
exclude("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru")

0 commit comments

Comments
 (0)