Skip to content

Instantly share code, notes, and snippets.

@giovannicandido
Created March 16, 2018 19:31
Show Gist options
  • Save giovannicandido/9b5d2ef6b3d60cee56e6576c981be4bf to your computer and use it in GitHub Desktop.
Save giovannicandido/9b5d2ef6b3d60cee56e6576c981be4bf to your computer and use it in GitHub Desktop.
Wildfly Keycloak Config
<?xml version="1.0" ?>
<module xmlns="urn:jboss:module:1.3" name="org.postgresql">
<resources>
<resource-root path="postgresql-42.2.2.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
</dependencies>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment