aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-09-15 13:03:38 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2015-09-15 13:03:38 -0700
commitb42059d2efdf3322334694205a6d951bcc291644 (patch)
tree551ffe50ef6df7b3c0fe1d9b2f66049a8eac9487 /launcher
parent416003b26401894ec712e1a5291a92adfbc5af01 (diff)
downloadspark-b42059d2efdf3322334694205a6d951bcc291644.tar.gz
spark-b42059d2efdf3322334694205a6d951bcc291644.tar.bz2
spark-b42059d2efdf3322334694205a6d951bcc291644.zip
Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py."
This reverts commit 8abef21dac1a6538c4e4e0140323b83d804d602b.
Diffstat (limited to 'launcher')
-rw-r--r--launcher/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/pom.xml b/launcher/pom.xml
index 80696280a1..ed38e66aa2 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -43,6 +43,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>