We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77f8ef commit 906059aCopy full SHA for 906059a
BUILDING.txt
@@ -7,7 +7,7 @@ https://cwiki.apache.org/confluence/display/TEZ
7
Requirements:
8
9
* JDK 1.8+
10
-* Maven 3.1 or later
+* Maven 3.6.3 or later
11
* Findbugs 2.0.2 or later (if running findbugs)
12
* ProtocolBuffer 3.21.1
13
* Internet connection for first build (to fetch all dependencies)
pom.xml
@@ -1058,7 +1058,7 @@
1058
<configuration>
1059
<rules>
1060
<requireMavenVersion>
1061
- <version>[3.0.2,)</version>
+ <version>[3.6.3,)</version>
1062
</requireMavenVersion>
1063
<requireJavaVersion>
1064
<version>[${maven.compiler.target},)</version>
0 commit comments