Skip to content

Commit

Permalink
Exclude transitive dependencies from the wildfly feature-pack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 4, 2024
1 parent 212eb04 commit e014083
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 e014083

Please sign in to comment.