Last active
August 29, 2015 14:00
-
-
Save iref/5d0ce10169a567a8f70a to your computer and use it in GitHub Desktop.
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
<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