jboss-deployment-structure.xml

14 lines | 719 B Blame History Raw Download
<jboss-deployment-structure>
    <deployment>
        <dependencies>
            <!-- the Demo code uses classes in these modules.  These are optional to import if you are not using
                 Apache Http Client or the HttpClientBuilder that comes with the adapter core -->
            <module name="org.apache.httpcomponents"/>
            <module name="org.keycloak.keycloak-servlet-oauth-client"/>
            <module name="org.keycloak.keycloak-adapter-spi"/>
            <module name="org.keycloak.keycloak-adapter-core"/>
            <module name="org.keycloak.keycloak-common"/>
            <module name="org.keycloak.keycloak-core"/>
        </dependencies>
    </deployment>
</jboss-deployment-structure>