Skip to content

Instantly share code, notes, and snippets.

@stliu
Created February 18, 2013 03:49
Show Gist options
  • Select an option

  • Save stliu/4975007 to your computer and use it in GitHub Desktop.

Select an option

Save stliu/4975007 to your computer and use it in GitHub Desktop.
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
<deployment>
<dependencies>
<module name="org.slf4j" export="true" />
<module name="org.javassist" export="true" />
<module name="org.slf4j.jcl-over-slf4j" export="true" />
<module name="org.springframework.spring" slot="3.2.1.RELEASE" export="true">
<exports>
<include path="META-INF**" />
<include path="org**" />
</exports>
<imports>
<include path="META-INF**" />
<include path="org**" />
</imports>
</module>
<module name="org.jboss.snowdrop" export="true" />
<module name="org.hibernate" export="true"/>
<module name="org.apache.commons.lang" export="true" />
<module name="org.apache.commons.collections" export="true" />
</dependencies>
</deployment>
</jboss-deployment-structure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment