jboss-deployment-structure.xml

11 lines | 365 B Blame History Raw Download
<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>