Skip to content

Commit

Permalink
Add missing plexus-xml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 28, 2023
1 parent fb8eda5 commit a7f0b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
Expand Down

0 comments on commit a7f0b09

Please sign in to comment.