Repository: spark Updated Branches: refs/heads/branch-1.5 5ae675360 -> bd9b75213
[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 (cherry picked from commit b211cbc7369af5eb2cb65d93c4c57c4db7143f47) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bd9b7521 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bd9b7521 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/bd9b7521 Branch: refs/heads/branch-1.5 Commit: bd9b7521343c34c42be40ee05a01c8a976ed2307 Parents: 5ae6753 Author: tedyu <[email protected]> Authored: Tue Aug 4 12:22:53 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Tue Aug 4 12:24:25 2015 +0100 ---------------------------------------------------------------------- pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/bd9b7521/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]
