@@ -41,18 +41,7 @@ under the License.
41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-plugin-plugin</artifactId >
44
- <version >3.1</version >
45
- <configuration >
46
- <skipErrorNoDescriptorsFound >true</skipErrorNoDescriptorsFound >
47
- </configuration >
48
- <executions >
49
- <execution >
50
- <id >mojo-descriptor</id >
51
- <goals >
52
- <goal >descriptor</goal >
53
- </goals >
54
- </execution >
55
- </executions >
44
+ <version >3.7.0</version >
56
45
</plugin >
57
46
</plugins >
58
47
</build >
@@ -68,23 +57,25 @@ under the License.
68
57
<dependency >
69
58
<groupId >org.apache.maven</groupId >
70
59
<artifactId >maven-plugin-api</artifactId >
71
- <version >2.0.9</version >
60
+ <version >@mavenVersion@</version >
61
+ <scope >provided</scope >
72
62
</dependency >
73
63
<dependency >
74
64
<groupId >org.apache.maven</groupId >
75
- <artifactId >maven-project</artifactId >
76
- <version >2.0.9</version >
65
+ <artifactId >maven-core</artifactId >
66
+ <version >@mavenVersion@</version >
67
+ <scope >provided</scope >
77
68
</dependency >
78
69
<dependency >
79
70
<groupId >org.codehaus.plexus</groupId >
80
71
<artifactId >plexus-archiver</artifactId >
81
- <version >4.2.2 </version >
72
+ <version >@plexus-archiver.version@ </version >
82
73
</dependency >
83
74
<!-- dependencies to annotations -->
84
75
<dependency >
85
76
<groupId >org.apache.maven.plugin-tools</groupId >
86
77
<artifactId >maven-plugin-annotations</artifactId >
87
- <version >3.1 </version >
78
+ <version >3.7.0 </version >
88
79
<scope >provided</scope >
89
80
</dependency >
90
81
</dependencies >
0 commit comments