From f5f757e4ed80759dc5668c63d5663651689f8da8 Mon Sep 17 00:00:00 2001 From: Sandy Ryza Date: Fri, 14 Nov 2014 14:21:57 -0800 Subject: SPARK-4375. no longer require -Pscala-2.10 It seems like the winds might have moved away from this approach, but wanted to post the PR anyway because I got it working and to show what it would look like. Author: Sandy Ryza Closes #3239 from sryza/sandy-spark-4375 and squashes the following commits: 0ffbe95 [Sandy Ryza] Enable -Dscala-2.11 in sbt cd42d94 [Sandy Ryza] Update doc f6644c3 [Sandy Ryza] SPARK-4375 take 2 --- sql/catalyst/pom.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'sql/catalyst/pom.xml') diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 0cc3175b6a..686d189d81 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -100,10 +100,11 @@ + scala-2.10 - true + !scala-2.11 @@ -113,13 +114,5 @@ - - scala-2.11 - - false - - - - -- cgit v1.2.3