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.
25
25
<parent >
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
- <version >34 </version >
28
+ <version >36 </version >
29
29
</parent >
30
30
31
31
<artifactId >maven-resources-plugin</artifactId >
@@ -100,6 +100,12 @@ under the License.
100
100
<version >${mavenVersion} </version >
101
101
<scope >provided</scope >
102
102
</dependency >
103
+ <dependency >
104
+ <groupId >org.apache.maven</groupId >
105
+ <artifactId >maven-settings</artifactId >
106
+ <version >${mavenVersion} </version >
107
+ <scope >provided</scope >
108
+ </dependency >
103
109
<dependency >
104
110
<groupId >org.apache.maven.plugin-tools</groupId >
105
111
<artifactId >maven-plugin-annotations</artifactId >
@@ -219,6 +225,7 @@ under the License.
219
225
<plugin >
220
226
<groupId >org.codehaus.plexus</groupId >
221
227
<artifactId >plexus-component-metadata</artifactId >
228
+ <version >2.1.1</version >
222
229
<executions >
223
230
<execution >
224
231
<goals >
You can’t perform that action at this time.
0 commit comments