Skip to content

Commit

Permalink
Merge pull request #50 from jfdenise/main
Browse files Browse the repository at this point in the history
Exclude transitive dependencies from the wildfly feature-pack dependency
  • Loading branch information
jfdenise authored Dec 4, 2024
2 parents 212eb04 + e014083 commit a8ec750
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 @@ -63,6 +63,12 @@
<artifactId>wildfly-galleon-pack</artifactId>
<version>${version.org.wildfly}</version>
<type>zip</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
Expand Down

0 comments on commit a8ec750

Please sign in to comment.