Skip to content

Commit 92c55fb

Browse files
committed
[MPMD-387] Upgrade to Parent 40
1 parent 33f42e7 commit 92c55fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>39</version>
26+
<version>40</version>
2727
<relativePath />
2828
</parent>
2929

@@ -260,6 +260,10 @@ under the License.
260260
<groupId>org.codehaus.plexus</groupId>
261261
<artifactId>plexus-utils</artifactId>
262262
</dependency>
263+
<dependency>
264+
<groupId>org.codehaus.plexus</groupId>
265+
<artifactId>plexus-xml</artifactId>
266+
</dependency>
263267
<dependency>
264268
<groupId>org.codehaus.plexus</groupId>
265269
<artifactId>plexus-i18n</artifactId>

0 commit comments

Comments
 (0)