We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f42e7 commit 92c55fbCopy full SHA for 92c55fb
pom.xml
@@ -23,7 +23,7 @@ under the License.
23
<parent>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-plugins</artifactId>
26
- <version>39</version>
+ <version>40</version>
27
<relativePath />
28
</parent>
29
@@ -260,6 +260,10 @@ under the License.
260
<groupId>org.codehaus.plexus</groupId>
261
<artifactId>plexus-utils</artifactId>
262
</dependency>
263
+ <dependency>
264
+ <groupId>org.codehaus.plexus</groupId>
265
+ <artifactId>plexus-xml</artifactId>
266
+ </dependency>
267
<dependency>
268
269
<artifactId>plexus-i18n</artifactId>
0 commit comments