Skip to content

Commit

Permalink
Added dependency to plexus-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 29, 2024
1 parent 0ba00f2 commit bcb4fcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit bcb4fcc

Please sign in to comment.