From afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 21 Dec 2016 16:37:20 -0800 Subject: [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 Closes #16311 from ryan-williams/tt. --- launcher/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'launcher') diff --git a/launcher/pom.xml b/launcher/pom.xml index 899957f627..025cd84f20 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -67,6 +67,17 @@ spark-tags_${scala.binary.version} + + + org.apache.spark + spark-tags_${scala.binary.version} + test-jar + test + + org.apache.hadoop -- cgit v1.2.3