Skip to content

Commit 8fefd9d

Browse files
committed
Add dependency to plexus-xml 3.0.0
1 parent 3a2b04e commit 8fefd9d

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@
299299
<artifactId>plexus-utils</artifactId>
300300
<version>4.0.0</version>
301301
</dependency>
302+
<dependency>
303+
<groupId>org.codehaus.plexus</groupId>
304+
<artifactId>plexus-xml</artifactId>
305+
<!-- To keep Maven 3.x compatibility - use only 3.x versions -->
306+
<version>3.0.0</version>
307+
</dependency>
302308

303309
<dependency>
304310
<groupId>org.junit</groupId>

versions-model-report/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<groupId>org.codehaus.plexus</groupId>
1818
<artifactId>plexus-utils</artifactId>
1919
</dependency>
20+
<dependency>
21+
<groupId>org.codehaus.plexus</groupId>
22+
<artifactId>plexus-xml</artifactId>
23+
</dependency>
2024
</dependencies>
2125

2226
<build>

versions-model/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<groupId>org.codehaus.plexus</groupId>
1818
<artifactId>plexus-utils</artifactId>
1919
</dependency>
20+
<dependency>
21+
<groupId>org.codehaus.plexus</groupId>
22+
<artifactId>plexus-xml</artifactId>
23+
</dependency>
2024
</dependencies>
2125

2226
<build>

0 commit comments

Comments
 (0)