Skip to content

Instantly share code, notes, and snippets.

@wombat
Last active December 16, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wombat/5405083 to your computer and use it in GitHub Desktop.
Save wombat/5405083 to your computer and use it in GitHub Desktop.
Mysql module.xml
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.0" name="com.mysql">
<resources>
<resource-root path="mysql-connector-java-5.1.24-bin.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
</dependencies>
</module>
@wombat
Copy link
Author

wombat commented Apr 17, 2013

modules/com/mysql/main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment