Skip to content

Commit

Permalink
Upgrade to Maven 3.3.3
Browse files Browse the repository at this point in the history
Versions of Maven older than 3.3.0 apparently have [a bug in how they handle transitive dependencies](apache/spark#6492 (comment)).

I confirmed that upgrading to Maven 3.3.3 resolves at least the particular manifestation of this bug that I ran into.

Author: Nicholas Chammas <nicholas.chammas@gmail.com>

Closes #75 from nchammas/maven-333 and squashes the following commits:

3e751ab [Nicholas Chammas] Upgrade to latest Maven release
  • Loading branch information
nchammas authored and JoshRosen committed Jun 12, 2015
1 parent 8a966c4 commit 3093a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/spark-ec2/install-maven
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Script for installing Maven on spark-ec2 clusters

MVN_VERSION=3.2.5
MVN_MD5=b2d88f02bd3a08a9df1f0b0126ebd8dc
MVN_VERSION=3.3.3
MVN_MD5=794b3b7961200c542a7292682d21ba36

# wget http://www.apache.org/dyn/closer.cgi/maven/maven-3/$MVN_VERSION/binaries/apache-maven-$MVN_VERSION-bin.tar.gz
wget http://apache.claz.org/maven/maven-3/$MVN_VERSION/binaries/apache-maven-$MVN_VERSION-bin.tar.gz
Expand Down

0 comments on commit 3093a80

Please sign in to comment.