Created
February 18, 2013 03:49
-
-
Save stliu/4975007 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
| <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