Skip to content

Commit

Permalink
Exclude transitive dependencies from the wildfly-ee feature-pack depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
jfdenise committed Dec 4, 2024
1 parent fc83d30 commit c0c769f
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 @@ -60,6 +60,12 @@
<artifactId>wildfly-ee-galleon-pack</artifactId>
<version>${version.org.jboss.eap}</version>
<type>zip</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- tests -->
<dependency>
Expand Down

0 comments on commit c0c769f

Please sign in to comment.