File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ under the License.
62
62
</distributionManagement >
63
63
64
64
<properties >
65
- <mavenVersion >3.1.1 </mavenVersion >
65
+ <mavenVersion >3.2.5 </mavenVersion >
66
66
<javaVersion >8</javaVersion >
67
67
<surefire .version>2.22.2</surefire .version>
68
68
<mavenPluginToolsVersion >3.6.2</mavenPluginToolsVersion >
@@ -74,16 +74,19 @@ under the License.
74
74
<groupId >org.apache.maven</groupId >
75
75
<artifactId >maven-plugin-api</artifactId >
76
76
<version >${mavenVersion} </version >
77
+ <scope >provided</scope >
77
78
</dependency >
78
79
<dependency >
79
80
<groupId >org.apache.maven</groupId >
80
81
<artifactId >maven-core</artifactId >
81
82
<version >${mavenVersion} </version >
83
+ <scope >provided</scope >
82
84
</dependency >
83
85
<dependency >
84
86
<groupId >org.apache.maven</groupId >
85
87
<artifactId >maven-artifact</artifactId >
86
88
<version >${mavenVersion} </version >
89
+ <scope >provided</scope >
87
90
</dependency >
88
91
<dependency >
89
92
<groupId >org.apache.maven.plugin-tools</groupId >
You can’t perform that action at this time.
0 commit comments