Skip to content

Commit

Permalink
[WFCORE-6755] Do not make Elytron layer depend on elytron-dynamic-ssl…
Browse files Browse the repository at this point in the history
… if we have provisioned to an stability level above community

Jira issue: https://issues.redhat.com/browse/WFCORE-6755
  • Loading branch information
yersan committed Oct 1, 2024
1 parent 090f687 commit fdd87e9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
<!-- required by default configuration-->
<package name="org.wildfly.extension.elytron.jaas-realm"/>
<package name="org.wildfly.openssl"/>
<!-- In case the feature-pack containing this package is constrained at build time
to a level that doesn't imply 'community', this package will be not packaged inside the feature-pack.
'valid-for-stability' attribute allows to keep this dependency that will be ignored at provisioning time. -->
<package name="org.wildfly.security.elytron-dynamic-ssl" optional="true" valid-for-stability="community"/>
</packages>
</layer-spec>

0 comments on commit fdd87e9

Please sign in to comment.