You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source. ~ Copyright 2011, Red Hat, Inc., and individual contributors ~ as indicated by the @author tags. See the copyright.txt file in the ~ distribution for a full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -->
<module xmlns="urn:jboss:module:1.3" name="org.springframework" slot="4.0.6"> <resources> <resource-root path="spring-aop-4.0.6.RELEASE.jar"/> <resource-root path="spring-beans-4.0.6.RELEASE.jar"/> <resource-root path="spring-context-4.0.6.RELEASE.jar"/> <resource-root path="spring-context-support-4.0.6.RELEASE.jar"/> <resource-root path="spring-core-4.0.6.RELEASE.jar"/> <resource-root path="spring-expression-4.0.6.RELEASE.jar"/> <resource-root path="spring-jdbc-4.0.6.RELEASE.jar"/> <resource-root path="spring-tx-4.0.6.RELEASE.jar"/> <resource-root path="spring-web-4.0.6.RELEASE.jar"/> <resource-root path="spring-webmvc-4.0.6.RELEASE.jar"/> <resource-root path="aopalliance-1.0.jar"/> <!-- <resource-root path="commons-logging-1.1.3.jar"/>
<resource-root path="log4j-1.2.17.jar"/> --> </resources>
<dependencies> <!-- <module name="javax.servlet.api" export="true"/> --> <module name="org.apache.commons.logging"/> <module name="org.apache.log4j"/> <!-- <module name="org.slf4j"/> --> <module name="javax.api"/> <module name="org.jboss.vfs"/> <module name="javax.servlet.jstl.api"/> <module name="com.fasterxml.jackson.core.jackson-core"/> <module name="com.fasterxml.jackson.core.jackson-annotations"/> <module name="com.fasterxml.jackson.core.jackson-databind"/> <module name="javaee.api"/> </dependencies> </module>
|