aboutsummaryrefslogtreecommitdiff
path: root/extras
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 /extras
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 'extras')
-rw-r--r--extras/java8-tests/pom.xml10
-rw-r--r--extras/kinesis-asl/pom.xml5
2 files changed, 15 insertions, 0 deletions
diff --git a/extras/java8-tests/pom.xml b/extras/java8-tests/pom.xml
index dba3dda8a9..81794a8536 100644
--- a/extras/java8-tests/pom.xml
+++ b/extras/java8-tests/pom.xml
@@ -58,6 +58,16 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.novocode</groupId>
+ <artifactId>junit-interface</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>
diff --git a/extras/kinesis-asl/pom.xml b/extras/kinesis-asl/pom.xml
index 760f183a2e..6dd8ff69c2 100644
--- a/extras/kinesis-asl/pom.xml
+++ b/extras/kinesis-asl/pom.xml
@@ -74,6 +74,11 @@
<artifactId>scalacheck_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.novocode</groupId>
+ <artifactId>junit-interface</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>