Skip to content

Commit

Permalink
Add dependency to plexus-xml 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 9, 2023
1 parent 3a2b04e commit 8fefd9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<!-- To keep Maven 3.x compatibility - use only 3.x versions -->
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>org.junit</groupId>
Expand Down
4 changes: 4 additions & 0 deletions versions-model-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 4 additions & 0 deletions versions-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8fefd9d

Please sign in to comment.