File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
2525 <parent >
2626 <artifactId >maven-plugins</artifactId >
2727 <groupId >org.apache.maven.plugins</groupId >
28- <version >34 </version >
28+ <version >36 </version >
2929 </parent >
3030
3131 <artifactId >maven-resources-plugin</artifactId >
@@ -100,6 +100,12 @@ under the License.
100100 <version >${mavenVersion} </version >
101101 <scope >provided</scope >
102102 </dependency >
103+ <dependency >
104+ <groupId >org.apache.maven</groupId >
105+ <artifactId >maven-settings</artifactId >
106+ <version >${mavenVersion} </version >
107+ <scope >provided</scope >
108+ </dependency >
103109 <dependency >
104110 <groupId >org.apache.maven.plugin-tools</groupId >
105111 <artifactId >maven-plugin-annotations</artifactId >
@@ -219,6 +225,7 @@ under the License.
219225 <plugin >
220226 <groupId >org.codehaus.plexus</groupId >
221227 <artifactId >plexus-component-metadata</artifactId >
228+ <version >2.1.1</version >
222229 <executions >
223230 <execution >
224231 <goals >
You can’t perform that action at this time.
0 commit comments