Skip to content

Commit

Permalink
[CONVERSION COMMIT] , remove plexus-utils dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 6, 2024
1 parent 10a900b commit 3023167
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
<artifactId>galleon-api</artifactId>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly.launcher</groupId>
<artifactId>wildfly-launcher</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<version.org.apache.maven.plugin-tools>3.15.1</version.org.apache.maven.plugin-tools>
<version.org.apache.maven.shared>0.13.1</version.org.apache.maven.shared>
<version.org.apache.maven.resolver>1.9.18</version.org.apache.maven.resolver>
<version.org.codehaus.plexus>4.0.2</version.org.codehaus.plexus>
<!-- maven dependencies only required by tests -->
<version.org.apache.maven.wagon>3.5.3</version.org.apache.maven.wagon>

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

0 comments on commit 3023167

Please sign in to comment.