Skip to content

Instantly share code, notes, and snippets.

@iref
Last active August 29, 2015 14:00
Show Gist options
  • Save iref/5d0ce10169a567a8f70a to your computer and use it in GitHub Desktop.
Save iref/5d0ce10169a567a8f70a to your computer and use it in GitHub Desktop.
<module xmlns="urn:jboss:module:1.1" name="company.handler">
<resources>
<resource-root path="company-handler.jar" />
</resources>
<dependencies>
<module name="javax.api"/>
<module name="org.jboss.logging"/>
<module name="org.javassist" />
<module name="org.jboss.as.logging" export="true">
<exports>
<include path="META-INF/" />
</exports>
</module>
<module name="javax.persistence.api" />
<module name="org.hibernate" />
<module name="javax.transaction.api"/>
<module name="com.google.guava" />
</dependencies>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment