aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@apache.org>2014-01-25 16:32:44 -0800
committerJosh Rosen <joshrosen@apache.org>2014-01-25 16:32:44 -0800
commit531d9d75762bf04ebb5580f42ce24b178d721686 (patch)
tree553cf3f1337940505d9440e0652b818b171b75f5 /pom.xml
parent05be7047744c88e64e7e6bd973f9bcfacd00da5f (diff)
downloadspark-531d9d75762bf04ebb5580f42ce24b178d721686.tar.gz
spark-531d9d75762bf04ebb5580f42ce24b178d721686.tar.bz2
spark-531d9d75762bf04ebb5580f42ce24b178d721686.zip
Increase JUnit test verbosity under SBT.
Upgrade junit-interface plugin from 0.9 to 0.10. I noticed that the JavaAPISuite tests didn't appear to display any output locally or under Jenkins, making it difficult to know whether they were running. This change increases the verbosity to more closely match the ScalaTest tests.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 54072b053c..1ac8f0fa07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
- <version>0.9</version>
+ <version>0.10</version>
<scope>test</scope>
</dependency>
<dependency>