Skip to content

Commit

Permalink
GIRAPH-1128. Giraph does not build because of maven-dependency-plugin…
Browse files Browse the repository at this point in the history
… (patch submitted by Naresh Bafna)
  • Loading branch information
rvs committed Jan 13, 2017
1 parent 2ddabf3 commit 3b53360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<version>2.10</version>
<configuration>
<skip>${giraph.maven.dependency.plugin.skip}</skip>
<failOnWarning>true</failOnWarning>
Expand Down

0 comments on commit 3b53360

Please sign in to comment.