Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E3F42200BEB for ; Wed, 28 Dec 2016 13:17:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E26B7160B2E; Wed, 28 Dec 2016 12:17:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36F92160B19 for ; Wed, 28 Dec 2016 13:17:47 +0100 (CET) Received: (qmail 8801 invoked by uid 500); 28 Dec 2016 12:17:46 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 8792 invoked by uid 99); 28 Dec 2016 12:17:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 12:17:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 53338DFB86; Wed, 28 Dec 2016 12:17:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srowen@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [SPARK-18993][BUILD] Unable to build/compile Spark in IntelliJ due to missing Scala deps in spark-tags Date: Wed, 28 Dec 2016 12:17:46 +0000 (UTC) archived-at: Wed, 28 Dec 2016 12:17:48 -0000 Repository: spark Updated Branches: refs/heads/branch-2.1 ac7107fe7 -> 7197a7bc7 [SPARK-18993][BUILD] Unable to build/compile Spark in IntelliJ due to missing Scala deps in spark-tags ## What changes were proposed in this pull request? This adds back a direct dependency on Scala library classes from spark-tags because its Scala annotations need them. ## How was this patch tested? Existing tests Author: Sean Owen Closes #16418 from srowen/SPARK-18993. (cherry picked from commit d7bce3bd31ec193274718042dc017706989d7563) Signed-off-by: Sean Owen Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7197a7bc Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7197a7bc Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7197a7bc Branch: refs/heads/branch-2.1 Commit: 7197a7bc7061e2908b6430f494dba378378d5d02 Parents: ac7107f Author: Sean Owen Authored: Wed Dec 28 12:17:33 2016 +0000 Committer: Sean Owen Committed: Wed Dec 28 12:17:41 2016 +0000 ---------------------------------------------------------------------- common/tags/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/7197a7bc/common/tags/pom.xml ---------------------------------------------------------------------- diff --git a/common/tags/pom.xml b/common/tags/pom.xml index 0778ee3..ad29848 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -34,6 +34,14 @@ tags + + + org.scala-lang + scala-library + ${scala.version} + + + target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org