Skip to content

Instantly share code, notes, and snippets.

@pedro-hos
Created August 26, 2014 01:36
Show Gist options
  • Save pedro-hos/e05d0f650bca7a0b43e2 to your computer and use it in GitHub Desktop.
Save pedro-hos/e05d0f650bca7a0b43e2 to your computer and use it in GitHub Desktop.
Module XML para o PostgreSQL
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:domain:datasources:2.0" name="org.postgresql">
<resources>
<resource-root path="postgresql-9.3-1102.jdbc41.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