Skip to content

Commit

Permalink
SNOWDROP-43 Add dependencies to Spring modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Dec 1, 2011
1 parent 6f78309 commit c6110f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -46,6 +46,7 @@
<module name="javax.servlet.api"/>
<module name="javax.servlet.jsp.api"/>
<module name="javax.transaction.api"/>
<module name="javax.xml.bind.api"/>
<module name="org.javassist"/>
<module name="org.jboss.jandex"/>
<module name="org.jboss.staxmapper"/>
Expand Down
2 changes: 1 addition & 1 deletion subsystem-as7/modules/spring-3/src/main/module/module.xml
Expand Up @@ -54,7 +54,7 @@
<module name="org.jboss.as.controller"/>
<module name="org.jboss.as.ee"/>
<module name="org.jboss.as.ejb3"/>

<module name="javax.xml.bind.api"/>
<module name="org.apache.commons.logging" export="true"/>
<module name="org.jboss.as.jpa"/>
<module name="org.jboss.as.naming"/>
Expand Down

0 comments on commit c6110f4

Please sign in to comment.