jboss-deployment-structure.xml

10 lines | 436 B Blame History Raw Download
<jboss-deployment-structure>
    <deployment>
        <!-- This allows you to define additional dependencies, it is the same as using the Dependencies: manifest attribute -->
        <dependencies>
            <module name="org.jboss.resteasy.jose-jwt"/>
            <module name="org.jboss.resteasy.resteasy-crypto"/>
            <module name="org.bouncycastle"/>
        </dependencies>
    </deployment>
</jboss-deployment-structure>