aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorDB Tsai <dbtsai@alpinenow.com>2014-07-08 17:50:36 -0700
committerReynold Xin <rxin@apache.org>2014-07-08 17:50:36 -0700
commitac9cdc116e1c5fcb291a4ff168cac002a8058f05 (patch)
tree83a08281fad0c490cfeb555e0b9bb42a146459fa /project/plugins.sbt
parentbf04a390e40d60aa7fcc551501d25f3f9d38377c (diff)
downloadspark-ac9cdc116e1c5fcb291a4ff168cac002a8058f05.tar.gz
spark-ac9cdc116e1c5fcb291a4ff168cac002a8058f05.tar.bz2
spark-ac9cdc116e1c5fcb291a4ff168cac002a8058f05.zip
[SPARK-2413] Upgrade junit_xml_listener to 0.5.1
which fixes the following issues 1) fix the class name to be fully qualified classpath 2) make sure the the reporting time is in second not in miliseond, which causing JUnit HTML to report incorrect number 3) make sure the duration of the tests are accumulative. Author: DB Tsai <dbtsai@alpinenow.com> Closes #1333 from dbtsai/dbtsai-junit and squashes the following commits: bbeac4b [DB Tsai] Upgrade junit_xml_listener to 0.5.1 which fixes the following issues
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 472819b9fb..d3ac4bf335 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,6 +21,6 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
-addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.0")
+addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.0")