File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ under the License.
6262 </distributionManagement >
6363
6464 <properties >
65- <mavenVersion >3.1.1 </mavenVersion >
65+ <mavenVersion >3.2.5 </mavenVersion >
6666 <javaVersion >8</javaVersion >
6767 <surefire .version>2.22.2</surefire .version>
6868 <mavenPluginToolsVersion >3.6.2</mavenPluginToolsVersion >
@@ -74,16 +74,19 @@ under the License.
7474 <groupId >org.apache.maven</groupId >
7575 <artifactId >maven-plugin-api</artifactId >
7676 <version >${mavenVersion} </version >
77+ <scope >provided</scope >
7778 </dependency >
7879 <dependency >
7980 <groupId >org.apache.maven</groupId >
8081 <artifactId >maven-core</artifactId >
8182 <version >${mavenVersion} </version >
83+ <scope >provided</scope >
8284 </dependency >
8385 <dependency >
8486 <groupId >org.apache.maven</groupId >
8587 <artifactId >maven-artifact</artifactId >
8688 <version >${mavenVersion} </version >
89+ <scope >provided</scope >
8790 </dependency >
8891 <dependency >
8992 <groupId >org.apache.maven.plugin-tools</groupId >
You can’t perform that action at this time.
0 commit comments