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. --- external/flume-sink/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'external/flume-sink/pom.xml') diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml index 83619ccf25..6d547c46d6 100644 --- a/external/flume-sink/pom.xml +++ b/external/flume-sink/pom.xml @@ -93,6 +93,18 @@ org.apache.spark spark-tags_${scala.binary.version} + + + + org.apache.spark + spark-tags_${scala.binary.version} + test-jar + test + + target/scala-${scala.binary.version}/classes -- cgit v1.2.3