From 75879ac3c07f3b1a708f4392429335feb06f271b Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Tue, 26 Apr 2016 15:14:17 -0700 Subject: [SPARK-14925][BUILD] Re-introduce 'unused' dependency so that published POMs are flattened Spark's published POMs are supposed to be flattened and not contain variable substitution (see SPARK-3812), but the dummy dependency that was required for this was accidentally removed. We should re-introduce this dependency in order to fix an issue where the un-flattened POMs cause the wrong dependencies to be included in Scala 2.10 published POMs. Author: Josh Rosen Closes #12706 from JoshRosen/SPARK-14925-published-poms-should-be-flattened. --- assembly/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'assembly/pom.xml') diff --git a/assembly/pom.xml b/assembly/pom.xml index 22cbac06ca..75ac9262cb 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -38,6 +38,13 @@ + + + org.spark-project.spark + unused + 1.0.0 + provided + org.apache.spark spark-core_${scala.binary.version} -- cgit v1.2.3