Created
March 16, 2018 19:31
-
-
Save giovannicandido/9b5d2ef6b3d60cee56e6576c981be4bf to your computer and use it in GitHub Desktop.
Wildfly Keycloak Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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