Skip to content

Commit

Permalink
ARROW-3481: [Java] Fix java building failure with Maven 3.5.4
Browse files Browse the repository at this point in the history
This problem happens in some rare case.
When there are arrow lib build by old maven, but now current maven is updated to 3.5.4. This problem could happen and raise a building failure.

Author: Yuhong Guo <[email protected]>

Closes #2738 from guoyuhong/fixJavaBuild and squashes the following commits:

7466510 <Yuhong Guo> Fix java build with Maven 3.5.4
  • Loading branch information
guoyuhong authored and xhochy committed Feb 8, 2019
1 parent 1a9db10 commit 614f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 614f386

Please sign in to comment.