Skip to content

Instantly share code, notes, and snippets.

@fwfurtado
Last active October 3, 2016 07:26
Show Gist options
  • Save fwfurtado/fe564efe7e8203d1fbdc30e48eddf3c8 to your computer and use it in GitHub Desktop.
Save fwfurtado/fe564efe7e8203d1fbdc30e48eddf3c8 to your computer and use it in GitHub Desktop.
[FJ-37] mysql-module.xml
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="com.mysql">
<resources>
<resource-root path="mysql-connector-java-5.1.35.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment