Skip to content

Commit

Permalink
Exclude galleon maven plugin dependencies that bring aether and maven…
Browse files Browse the repository at this point in the history
…-artifact-transfer
  • Loading branch information
Jean Francois Denise committed Apr 15, 2024
1 parent 68538a0 commit 952ab4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
<version>${version.org.jboss.galleon}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 952ab4a

Please sign in to comment.