Skip to content

Commit

Permalink
Merge pull request #1495 from fjuma/ELY-2099
Browse files Browse the repository at this point in the history
[ELY-2099] Ensure only WildFly Elytron classes are included in the shaded JAR
  • Loading branch information
Skyllarr committed Mar 3, 2021
2 parents bee2330 + 2267ebc commit 70c234b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wildfly-elytron/pom.xml
Expand Up @@ -170,9 +170,9 @@
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<excludes>
<exclude>org.wildfly.common:wildfly-common</exclude>
</excludes>
<includes>
<include>org.wildfly.security:*</include>
</includes>
</artifactSet>
<transformers>
<transformer
Expand Down

0 comments on commit 70c234b

Please sign in to comment.