aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorChristopher Nguyen <ctn@adatao.com>2013-06-15 17:35:55 -0700
committerChristopher Nguyen <ctn@adatao.com>2013-06-15 17:35:55 -0700
commit479442a9b913b08a64da4bd5848111d950105336 (patch)
tree6dfdd65e213c3c9107f7850050c0c784e455b7e0 /project/plugins.sbt
parent9d359043574f6801ba15ec9d016eba0f00ac2349 (diff)
downloadspark-479442a9b913b08a64da4bd5848111d950105336.tar.gz
spark-479442a9b913b08a64da4bd5848111d950105336.tar.bz2
spark-479442a9b913b08a64da4bd5848111d950105336.zip
Add zeroLengthPartitions() test to make sure, e.g., StatCounter.scala can handle empty partitions without incorrectly returning NaN
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d4f2442872..25b812a28d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,3 +16,5 @@ addSbtPlugin("io.spray" %% "sbt-twirl" % "0.6.1")
//resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
//addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
+
+libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M4" % "test"