Repository: spark Updated Branches: refs/heads/master 76d74090d -> b211cbc73
[SPARK-8064] [BUILD] Follow-up. Undo change from SPARK-9507 that was accidentally reverted This PR removes the dependency reduced POM hack brought back by #7191 Author: tedyu <[email protected]> Closes #7919 from tedyu/master and squashes the following commits: 1bfbd7b [tedyu] [BUILD] Remove dependency reduced POM hack Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b211cbc7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b211cbc7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b211cbc7 Branch: refs/heads/master Commit: b211cbc7369af5eb2cb65d93c4c57c4db7143f47 Parents: 76d7409 Author: tedyu <[email protected]> Authored: Tue Aug 4 12:22:53 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Tue Aug 4 12:23:04 2015 +0100 ---------------------------------------------------------------------- pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/b211cbc7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4ee3cc..2bcc55b 100644 --- a/pom.xml +++ b/pom.xml @@ -179,9 +179,6 @@ <jsr305.version>1.3.9</jsr305.version> <libthrift.version>0.9.2</libthrift.version> - <!-- For maven shade plugin (see SPARK-8819) --> - <create.dependency.reduced.pom>false</create.dependency.reduced.pom> - <test.java.home>${java.home}</test.java.home> <!-- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
