mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
11 lines
365 B
XML
11 lines
365 B
XML
<jboss-deployment-structure>
|
|
<deployment>
|
|
<!-- You must configure the PicketLink dependency to your deployment. The dependency above is a reference to a static module
|
|
from JBoss EAP modules directory. -->
|
|
<dependencies>
|
|
<module name="org.picketlink"/>
|
|
</dependencies>
|
|
</deployment>
|
|
</jboss-deployment-structure>
|
|
|