aboutsummaryrefslogtreecommitdiff
path: root/external/docker-integration-tests
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2016-12-21 16:37:20 -0800
committerMarcelo Vanzin <vanzin@cloudera.com>2016-12-21 16:37:20 -0800
commitafd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd (patch)
treee7d9c3e6b0a055c692de05c75f7532cdeca4269b /external/docker-integration-tests
parent95efc895e929701a605313b87ad0cd91edee2f81 (diff)
downloadspark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.tar.gz
spark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.tar.bz2
spark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.zip
[SPARK-17807][CORE] split test-tags into test-JAR
Remove spark-tag's compile-scope dependency (and, indirectly, spark-core's compile-scope transitive-dependency) on scalatest by splitting test-oriented tags into spark-tags' test JAR. Alternative to #16303. Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #16311 from ryan-williams/tt.
Diffstat (limited to 'external/docker-integration-tests')
-rw-r--r--external/docker-integration-tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml
index 6741932f3d..8948df2da8 100644
--- a/external/docker-integration-tests/pom.xml
+++ b/external/docker-integration-tests/pom.xml
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-tags_${scala.binary.version}</artifactId>
- <version>${project.version}</version>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>