Skip to content

Commit

Permalink
[WFMP-288] Include the org.codehaus.plexus:plexus-xml dependency for …
Browse files Browse the repository at this point in the history
…the maven-execute dependency.

https://issues.redhat.com/browse/WFMP-288
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Dec 18, 2024
1 parent c8c346b commit d7c7526
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,16 @@
</exclusion>
</exclusions>
</dependency>
<!-- Required for the dev goal and the maven-execute dependency -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<!-- Required for the dev goal and the maven-execute dependency -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-controller-client</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<version.org.apache.maven.shared.filter>3.4.0</version.org.apache.maven.shared.filter>
<version.org.apache.maven.resolver>1.9.18</version.org.apache.maven.resolver>
<version.org.codehaus.plexus>4.0.2</version.org.codehaus.plexus>
<version.org.codehaus.plexus-xml>4.0.4</version.org.codehaus.plexus-xml>
<!-- maven dependencies only required by tests -->
<version.org.apache.maven.wagon>3.5.3</version.org.apache.maven.wagon>

Expand Down Expand Up @@ -329,6 +330,12 @@
<artifactId>plexus-utils</artifactId>
<version>${version.org.codehaus.plexus}</version>
</dependency>
<!-- Required for the dev goal and the maven-execute dependency -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>${version.org.codehaus.plexus-xml}</version>
</dependency>
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
Expand Down

0 comments on commit d7c7526

Please sign in to comment.