Skip to content

Commit 6ac4327

Browse files
Yuhong Guokou
authored andcommitted
ARROW-3481: [Java] Fix java building failure with Maven 3.5.4
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 <yuhong.gyh@antfin.com> Closes apache#2738 from guoyuhong/fixJavaBuild and squashes the following commits: 7466510 <Yuhong Guo> Fix java build with Maven 3.5.4
1 parent 76c958e commit 6ac4327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
</plugin>
369369
<plugin>
370370
<artifactId>maven-enforcer-plugin</artifactId>
371-
<version>3.0.0-M1</version>
371+
<version>3.0.0-M2</version>
372372
</plugin>
373373
<plugin>
374374
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)