Skip to content

Commit 0183be1

Browse files
committed
Upgrade to plexus-utils 4.0.0
1 parent 7cd2d97 commit 0183be1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

modello-plugins/modello-plugin-xml/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
<groupId>org.codehaus.plexus</groupId>
2424
<artifactId>plexus-utils</artifactId>
2525
</dependency>
26+
<dependency>
27+
<groupId>org.codehaus.plexus</groupId>
28+
<artifactId>plexus-xml</artifactId>
29+
</dependency>
2630
</dependencies>
2731
</project>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,12 @@
334334
<dependency>
335335
<groupId>org.codehaus.plexus</groupId>
336336
<artifactId>plexus-utils</artifactId>
337-
<version>3.5.1</version>
337+
<version>4.0.0</version>
338+
</dependency>
339+
<dependency>
340+
<groupId>org.codehaus.plexus</groupId>
341+
<artifactId>plexus-xml</artifactId>
342+
<version>4.0.0</version>
338343
</dependency>
339344
<dependency>
340345
<groupId>org.sonatype.plexus</groupId>

0 commit comments

Comments
 (0)