diff --git a/build-spring-framework/generate-pom.xml b/build-spring-framework/generate-pom.xml new file mode 100644 index 00000000000..31e1948b4da --- /dev/null +++ b/build-spring-framework/generate-pom.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @project-version@]]> + @project-version@ + + org.springframework + org.springframework.parent + ../build-spring-framework + @project-version@ + +]]> + + + + + + + + + + + + + + + + com.oracle.oc4j + oracle.classloader + 10.1.3.1 + provided + + + com.sun.enterprise + com.sun.enterprise.loader + 1.0 + provided + +]]> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build-spring-framework/pom.xml b/build-spring-framework/pom.xml index fa4d473e364..e2516733d9b 100644 --- a/build-spring-framework/pom.xml +++ b/build-spring-framework/pom.xml @@ -16,11 +16,34 @@ http://download.java.net/maven/1/ legacy - + + + + jboss + JBoss Repository + http://repository.jboss.org/maven2 + + + + + com.springsource.repository.bundles.release + SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases + http://repository.springsource.com/maven/bundles/release + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Bundle Releases + http://repository.springsource.com/maven/bundles/external @@ -84,6 +107,26 @@ + + central + + + staging + file:///${user.dir}/target/staging + + + spring-milestone + Spring Milestone Repository + s3://maven.springframework.org/milestone + + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + release @@ -116,6 +159,32 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + + + **/Abstract*.java + + junit:junit + + + + + ../org.springframework.aop ../org.springframework.aspects diff --git a/org.springframework.asm/pom.xml b/org.springframework.asm/pom.xml new file mode 100644 index 00000000000..5d29c97e6a3 --- /dev/null +++ b/org.springframework.asm/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + org.springframework + spring-asm + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + asm + asm + 2.2.3 + true + + + asm + asm-commons + 2.2.3 + true + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml index b4cee14adcb..95eb4aeb82d 100644 --- a/org.springframework.aspects/pom.xml +++ b/org.springframework.aspects/pom.xml @@ -1,59 +1,54 @@ - - - 4.0.0 - org.springframework - org.springframework.core - jar - Spring Core Abstractions and Utilities - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 - true - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.2.RELEASE - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - 2.2.3 - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-aspects + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + commons-logging + commons-logging + 1.1.1 + compile + + + org.aspectj + aspectjweaver + 1.6.2 + true + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-tx + 3.0.0.M3 + true + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.context.support/pom.xml b/org.springframework.context.support/pom.xml index e106ed92a67..7b3c9b5355f 100644 --- a/org.springframework.context.support/pom.xml +++ b/org.springframework.context.support/pom.xml @@ -5,11 +5,18 @@ spring-context-support jar 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + com.bea.commonj - commonj - 1.1 + com.springsource.commonj + 1.1.0 true @@ -20,25 +27,25 @@ javax.activation - javax.activation + activation 1.1 provided javax.mail - javax.mail + mail 1.4 true - net.sourceforge.ehcache - net.sf.ehcache - 1.3 + net.sf.ehcache + ehcache + 1.3.0 true - net.sourceforge.jasperreports - net.sf.jasperreports + jasperreports + jasperreports 2.0.5 true @@ -55,45 +62,45 @@ compile - org.apache.velocity - org.apache.velocity + velocity + velocity 1.5 true - com.opensymphony.quartz - org.quartz - 1.6.2 + opensymphony + quartz-all + 1.6.0 true org.springframework spring-beans - latest.integration + 3.0.0.M3 compile org.springframework spring-context - latest.integration + 3.0.0.M3 compile org.springframework spring-core - latest.integration + 3.0.0.M3 compile org.springframework spring-jdbc - latest.integration + 3.0.0.M3 true org.springframework spring-tx - latest.integration + 3.0.0.M3 true @@ -110,8 +117,8 @@ org.apache.poi - org.apache.poi - 3.0.2.FINAL + poi + 3.0.2-FINAL test @@ -134,4 +141,4 @@ - \ No newline at end of file + diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index 4b3ca0e6b77..b63c67685a4 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -13,6 +13,18 @@ + + com.oracle.oc4j + com.springsource.oracle.classloader + 10.1.3.1 + provided + + + com.sun.enterprise + com.springsource.com.sun.enterprise.loader + 1.0.0 + provided + backport-util-concurrent backport-util-concurrent @@ -58,7 +70,7 @@ org.antlr antlr - 2.7.6 + 3.0.1 test @@ -94,7 +106,7 @@ org.jruby jruby - 1.1 + 1.1.1 true @@ -134,8 +146,8 @@ test - javax.xml.rpc - javax.xml.rpc + javax.xml + jaxrpc-api 1.1 test diff --git a/org.springframework.integration-tests/pom.xml b/org.springframework.integration-tests/pom.xml index b4cee14adcb..f39a2eb7482 100644 --- a/org.springframework.integration-tests/pom.xml +++ b/org.springframework.integration-tests/pom.xml @@ -1,59 +1,485 @@ - - - 4.0.0 - org.springframework - org.springframework.core - jar - Spring Core Abstractions and Utilities - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 - true - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.2.RELEASE - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - 2.2.3 - true - - + + + 4.0.0 + org.springframework + spring-integration-tests + jar + 3.0.0.M3 + + + com.caucho + com.caucho + 3.1.5 + test + + + com.ibm.websphere + com.ibm.websphere.uow + 6.0.2.17 + test + + + com.opensymphony.quartz + org.quartz + 1.6.2 + test + + + com.oracle.oc4j + oracle.classloader + 10.1.3.1 + provided + + + com.oracle.toplink.essentials + oracle.toplink.essentials + 2.0.0.b41-beta2 + test + + + com.sun.enterprise + com.sun.enterprise.loader + 1.0 + test + + + com.sun.syndication + com.sun.syndication + 0.9 + test + + + edu.emory.mathcs.backport + edu.emory.mathcs.backport + 3.0 + test + + + javax.ejb + javax.ejb + 3.0 + test + + + javax.el + javax.el + 2.1 + test + + + javax.faces + javax.faces + 1.2.0.08 + test + + + javax.jdo + javax.jdo + 2.1 + test + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1 + test + + + javax.mail + javax.mail + 1.4 + test + + + javax.portlet + javax.portlet + 2.0 + test + + + javax.resource + javax.resource + 1.5 + test + + + javax.servlet + servlet-api + 2.5 + test + + + javax.servlet + javax.servlet.jsp + 2.1 + test + + + javax.servlet + jstl + 1.1.2 + test + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + test + + + javax.xml.rpc + javax.xml.rpc + 1.1 + test + + + cglib + cglib-nodep + 2.1_3 + test + + + net.sourceforge.ehcache + net.sf.ehcache + 1.3 + test + + + net.sourceforge.jasperreports + net.sf.jasperreports + 2.0.5 + test + + + net.sourceforge.jexcelapi + jxl + 2.6.6 + test + + + org.antlr + antlr + 2.7.6 + test + + + commons-dbcp + commons-dbcp + 1.2.2 + test + + + commons-fileupload + commons-fileupload + 1.2 + test + + + commons-pool + commons-pool + 1.4 + test + + + org.apache.ibatis + ibatis-sqlmap + 2.3.4.726 + test + + + org.apache.openjpa + org.apache.openjpa + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.java5 + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.jdbc.java5 + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.lib + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.lib.java5 + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.persistence + 1.0.2 + test + + + org.apache.openjpa + org.apache.openjpa.persistence.jdbc + 1.0.2 + test + + + org.apache.poi + org.apache.poi + 3.0.2.FINAL + test + + + org.apache.tiles + org.apache.tiles + 2.0.5 + test + + + org.apache.tiles + tiles-core + 2.0.5 + test + + + org.apache.tiles + tiles-jsp + 2.0.5 + test + + + org.apache.velocity + org.apache.velocity + 1.5 + test + + + org.apache.velocity + org.apache.velocity.tools.view + 1.4 + test + + + org.aspectj + aspectjweaver + 1.6.2.RELEASE + test + + + org.codehaus.groovy + org.codehaus.groovy + 1.5.1 + test + + + org.dom4j + org.dom4j + 1.6.1 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + org.easymock.classextension + 2.3 + test + + + org.eclipse.persistence + org.eclipse.persistence + 1.0.1 + test + + + org.eclipse.persistence + org.eclipse.persistence.jpa + 1.0.1 + test + + + org.freemarker + freemarker + 2.3.12 + test + + + org.hibernate + hibernate + 3.2.6.ga + test + + + org.hibernate + hibernate-annotations + 3.3.0.ga + test + + + org.hibernate + org.hibernate.annotations.common + 3.3.0.ga + test + + + org.hibernate + hibernate-entitymanager + 3.3.1.GA + test + + + hsqldb + hsqldb + 1.8.0.7 + test + + + org.jruby + org.jruby + 1.1 + true + + + asm + asm + 2.2.3 + test + + + asm + asm-commons + 2.2.3 + test + + + org.springframework + spring-aop + latest.integration + test + + + org.springframework + spring-beans + latest.integration + test + + + org.springframework + spring-context + latest.integration + test + + + org.springframework + spring-context-support + latest.integration + test + + + org.springframework + spring-core + latest.integration + test + + + org.springframework + spring-jdbc + latest.integration + test + + + org.springframework + spring-jms + latest.integration + test + + + org.springframework + spring-orm + latest.integration + test + + + org.springframework + spring-test + latest.integration + test + + + org.springframework + spring-tx + latest.integration + test + + + org.springframework + spring-web + latest.integration + test + + + org.springframework + spring-web-portlet + latest.integration + test + + + org.springframework + spring-webmvc + latest.integration + test + + + log4j + log4j + 1.2.14 + test + + + xmlunit + xmlunit + 1.2 + test + + + org.easymock + easymock + 2.3 + test + + + junit + junit + 4.5 + test + + + org.testng + org.testng + 5.8 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + \ No newline at end of file diff --git a/org.springframework.jdbc/pom.xml b/org.springframework.jdbc/pom.xml index b4cee14adcb..3ea22491fe0 100644 --- a/org.springframework.jdbc/pom.xml +++ b/org.springframework.jdbc/pom.xml @@ -1,59 +1,90 @@ - - - 4.0.0 - org.springframework - org.springframework.core - jar - Spring Core Abstractions and Utilities - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 - true - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.2.RELEASE - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - 2.2.3 - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-jdbc + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + c3p0 + c3p0 + 0.9.1.2 + true + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + provided + + + commons-logging + commons-logging + 1.1.1 + compile + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + true + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-tx + 3.0.0.M3 + compile + + + junit + junit + 4.5 + test + + + org.easymock + easymock + 2.3 + test + + + commons-collections + commons-collections + 3.2 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.jms/pom.xml b/org.springframework.jms/pom.xml index 09470aba0a7..da76cf154f7 100644 --- a/org.springframework.jms/pom.xml +++ b/org.springframework.jms/pom.xml @@ -1,45 +1,114 @@ - - - - org.springframework - org.springframework.parent - 3.0-M1-SNAPSHOT - - 4.0.0 - org.springframework.jdbc - jar - Spring Framework: JDBC - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.beans - - - org.springframework - org.springframework.context - - - org.springframework - org.springframework.transaction - - - javax.transaction - com.springsource.javax.transaction - true - - - com.mchange.c3p0 - com.springsource.com.mchange.v2.c3p0 - true - - - com.experlog.xapool - com.springsource.org.enhydra.jdbc - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-jms + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1 + provided + + + javax.resource + connector-api + 1.5 + true + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + provided + + + aopalliance + aopalliance + 1.0 + compile + + + commons-logging + commons-logging + 1.1.1 + compile + + + commons-pool + commons-pool + 1.3 + true + + + org.easymock + easymock + 2.3 + test + + + junit + junit + 4.5 + test + + + org.springframework + spring-aop + 3.0.0.M3 + compile + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + compile + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-oxm + 3.0.0.M3 + true + + + org.springframework + spring-tx + 3.0.0.M3 + true + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml index b4cee14adcb..7c92f6b5f65 100644 --- a/org.springframework.orm/pom.xml +++ b/org.springframework.orm/pom.xml @@ -1,59 +1,200 @@ - - - 4.0.0 - org.springframework - org.springframework.core - jar - Spring Core Abstractions and Utilities - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 - true - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.2.RELEASE - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - 2.2.3 - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-orm + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + toplink.essentials + toplink-essentials + 2.0-41 + true + + + aopalliance + aopalliance + 1.0 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + org.apache.ibatis + ibatis-sqlmap + 2.3.4.726 + true + + + org.apache.openjpa + openjpa + 1.1.0 + true + + + + org.hibernate + hibernate + 3.2.6.ga + true + + + org.hibernate + hibernate-annotations + 3.4.0.GA + true + + + org.hibernate + hibernate-entitymanager + 3.4.0.GA + true + + + javax.jdo + jdo2-api + 2.1 + true + + + javax.persistence + persistence-api + 1.0 + true + + + javax.servlet + servlet-api + 2.5 + true + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1 + provided + + + org.springframework + spring-aop + 3.0.0.M3 + true + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + true + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-instrument-classloading + 3.0.0.M3 + true + + + org.springframework + spring-jdbc + 3.0.0.M3 + compile + + + org.springframework + spring-tx + 3.0.0.M3 + compile + + + org.springframework + spring-web + 3.0.0.M3 + true + + + org.aspectj + aspectjweaver + 1.6.2 + test + + + commons-dbcp + commons-dbcp + 1.2.2 + test + + + org.easymock + easymock + 2.3 + test + + + hsqldb + hsqldb + 1.8.0.7 + test + + + junit + junit + 4.5 + test + + + org.slf4j + slf4j-jcl + 1.5.3 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.oxm/pom.xml b/org.springframework.oxm/pom.xml new file mode 100644 index 00000000000..91ba450a102 --- /dev/null +++ b/org.springframework.oxm/pom.xml @@ -0,0 +1,120 @@ + + + 4.0.0 + org.springframework + spring-oxm + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + com.thoughtworks.xstream + xstream + 1.3 + true + + + com.sun.xml.bind + jaxb-impl + 2.1.7 + true + + + org.jibx + jibx-run + 1.1.5 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + xerces + xercesImpl + 2.8.1 + true + + + org.apache.xmlbeans + xmlbeans + 2.4.0 + true + + + org.codehaus.castor + castor + 1.2 + true + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + compile + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + junit + junit + 4.5 + test + + + org.easymock + easymock + 2.3 + test + + + org.codehaus.jettison + jettison + 1.0.1 + test + + + xmlunit + xmlunit + 1.2 + test + + + xmlpull + xmlpull + 1.1.3.4a + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml index 9fdf36c5c88..cb9776a2abf 100644 --- a/org.springframework.test/pom.xml +++ b/org.springframework.test/pom.xml @@ -1,40 +1,169 @@ - - - - org.springframework - org.springframework.parent - 3.0-M1-SNAPSHOT - - 4.0.0 - org.springframework.core - jar - Spring Framework: Core - - - org.apache.log4j - com.springsource.org.apache.log4j - compile - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - true - - - org.aspectj - com.springsource.org.aspectj.weaver - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-test + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + javax.activation + activation + 1.1 + provided + + + javax.el + el-api + 1.0 + provided + + + javax.persistence + persistence-api + 1.0 + provided + + + javax.portlet + portlet-api + 2.0 + provided + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + junit + junit + 3.8.2 + true + + + junit + junit + 4.5 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + taglibs + standard + 1.1.2 + true + + + org.aspectj + aspectjweaver + 1.6.2 + true + + + org.testng + testng + 5.8 + jdk15 + true + + + org.springframework + spring-beans + 3.0.0.M3 + true + + + org.springframework + spring-context + 3.0.0.M3 + true + + + org.springframework + spring-core + 3.0.0.M3 + true + + + org.springframework + spring-instrument-classloading + 3.0.0.M3 + true + + + org.springframework + spring-jdbc + 3.0.0.M3 + true + + + org.springframework + spring-orm + 3.0.0.M3 + true + + + org.springframework + spring-tx + 3.0.0.M3 + true + + + org.springframework + spring-web + 3.0.0.M3 + true + + + org.springframework + spring-web-portlet + 3.0.0.M3 + true + + + org.springframework + spring-webmvc + 3.0.0.M3 + true + + + hsqldb + hsqldb + 1.8.0.7 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.transaction/pom.xml b/org.springframework.transaction/pom.xml index 0cdcdd4a63d..c58445158cd 100644 --- a/org.springframework.transaction/pom.xml +++ b/org.springframework.transaction/pom.xml @@ -15,8 +15,8 @@ com.ibm.websphere - uow_api - 6 + com.springsource.com.ibm.websphere.uow + 6.0.2.17 jar provided true diff --git a/org.springframework.web.portlet/pom.xml b/org.springframework.web.portlet/pom.xml index a00a8275bf8..d9cc595b1ae 100644 --- a/org.springframework.web.portlet/pom.xml +++ b/org.springframework.web.portlet/pom.xml @@ -1,86 +1,120 @@ - - - - org.springframework - org.springframework.parent - 3.0-M1-SNAPSHOT - - 4.0.0 - org.springframework.web - jar - Spring Framework: Web - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.beans - - - org.springframework - org.springframework.aop - - - org.springframework - org.springframework.context - - - javax.servlet - com.springsource.javax.servlet - true - - - javax.el - com.springsource.javax.el - true - - - javax.servlet - com.springsource.javax.servlet.jsp - true - - - javax.xml.rpc - com.springsource.javax.xml.rpc - true - - - org.aopalliance - com.springsource.org.aopalliance - true - - - org.apache.myfaces - com.springsource.org.apache.myfaces.javax.faces - true - - - com.caucho - com.springsource.com.caucho - true - - - org.apache.log4j - com.springsource.org.apache.log4j - compile - true - - - org.apache.commons - com.springsource.org.apache.commons.httpclient - true - - - org.apache.axis - com.springsource.org.apache.axis - true - - - org.apache.taglibs - com.springsource.org.apache.taglibs.standard - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-web-portlet + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + javax.el + el-api + 1.0 + provided + + + javax.portlet + portlet-api + 2.0 + provided + + + javax.servlet + servlet-api + 2.5 + compile + + + javax.servlet.jsp + jsp-api + 2.1 + test + + + javax.servlet + jstl + 1.1.2 + test + + + commons-fileupload + commons-fileupload + 1.2 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + compile + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-web + 3.0.0.M3 + compile + + + org.springframework + spring-webmvc + 3.0.0.M3 + compile + + + org.springframework + spring-asm + 3.0.0.M3 + test + + + org.easymock + easymock + 2.3 + test + + + junit + junit + 4.5 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.web.servlet/pom.xml b/org.springframework.web.servlet/pom.xml index a00a8275bf8..7a23562f759 100644 --- a/org.springframework.web.servlet/pom.xml +++ b/org.springframework.web.servlet/pom.xml @@ -1,86 +1,210 @@ - - - - org.springframework - org.springframework.parent - 3.0-M1-SNAPSHOT - - 4.0.0 - org.springframework.web - jar - Spring Framework: Web - - - org.springframework - org.springframework.core - - - org.springframework - org.springframework.beans - - - org.springframework - org.springframework.aop - - - org.springframework - org.springframework.context - - - javax.servlet - com.springsource.javax.servlet - true - - - javax.el - com.springsource.javax.el - true - - - javax.servlet - com.springsource.javax.servlet.jsp - true - - - javax.xml.rpc - com.springsource.javax.xml.rpc - true - - - org.aopalliance - com.springsource.org.aopalliance - true - - - org.apache.myfaces - com.springsource.org.apache.myfaces.javax.faces - true - - - com.caucho - com.springsource.com.caucho - true - - - org.apache.log4j - com.springsource.org.apache.log4j - compile - true - - - org.apache.commons - com.springsource.org.apache.commons.httpclient - true - - - org.apache.axis - com.springsource.org.apache.axis - true - - - org.apache.taglibs - com.springsource.org.apache.taglibs.standard - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-webmvc + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + rome + rome + 0.9 + true + + + com.lowagie + itext + 2.0.8 + true + + + org.freemarker + freemarker + 2.3.12 + true + + + javax.el + el-api + 1.0 + provided + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + javax.servlet + jstl + 1.1.2 + provided + + + net.sourceforge.jexcelapi + jxl + 2.6.3 + true + + + jasperreports + jasperreports + 2.0.5 + true + + + commons-fileupload + commons-fileupload + 1.2 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + org.apache.poi + poi + 3.0.2-FINAL + true + + + org.apache.tiles + tiles-api + 2.0.5 + true + + + org.apache.tiles + tiles-core + 2.0.5 + true + + + org.apache.tiles + tiles-jsp + 2.0.5 + true + + + velocity + velocity + 1.5 + true + + + velocity-tools + velocity-tools-generic + 1.4 + true + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + compile + + + org.springframework + spring-context-support + 3.0.0.M3 + true + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-oxm + 3.0.0.M3 + true + + + org.springframework + spring-web + 3.0.0.M3 + compile + + + junit + junit + 4.5 + test + + + org.easymock + easymock + 2.3 + test + + + org.springframework + spring-asm + 3.0.0.M3 + test + + + xmlunit + xmlunit + 1.2 + test + + + dom4j + dom4j + 1.6.1 + test + + + jaxen + jaxen + 1.1.1 + test + + + cglib + cglib-nodep + 2.1_3 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + + diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml index b4cee14adcb..d85eb4c3424 100644 --- a/org.springframework.web/pom.xml +++ b/org.springframework.web/pom.xml @@ -1,59 +1,178 @@ - - - 4.0.0 - org.springframework - org.springframework.core - jar - Spring Core Abstractions and Utilities - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - true - - - org.apache.commons - com.springsource.org.apache.commons.collections - 3.2.0 - true - - - org.aspectj - com.springsource.org.aspectj.weaver - 1.6.2.RELEASE - true - - - org.objectweb.asm - com.springsource.org.objectweb.asm.commons - 2.2.3 - true - - - \ No newline at end of file + + + 4.0.0 + org.springframework + spring-web + jar + 3.0.0.M3 + + org.springframework + org.springframework.parent + ../build-spring-framework + 3.0.0.M3 + + + + + com.caucho + hessian + 3.1.5 + + + com.caucho + burlap + 2.1.12 + + + javax.el + el-api + 1.0 + true + + + javax.faces + jsf-api + 1.2_08 + true + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + javax.xml + jaxrpc-api + 1.1 + true + + + javax.xml.soap + saaj-api + 1.3 + provided + + + javax.xml.ws + jaxws-api + 2.1-1 + true + + + aopalliance + aopalliance + 1.0 + compile + + + axis + axis + 1.4 + true + + + commons-httpclient + commons-httpclient + 3.1 + true + + + commons-logging + commons-logging + 1.1.1 + compile + + + log4j + log4j + 1.2.14 + true + + + org.springframework + spring-aop + 3.0.0.M3 + compile + + + org.springframework + spring-beans + 3.0.0.M3 + compile + + + org.springframework + spring-context + 3.0.0.M3 + compile + + + org.springframework + spring-core + 3.0.0.M3 + compile + + + org.springframework + spring-oxm + 3.0.0.M3 + compile + + + taglibs + standard + 1.1.2 + test + + + junit + junit + 4.5 + test + + + cglib + cglib-nodep + 2.1_3 + test + + + org.easymock + easymock + 2.3 + test + + + org.mortbay.jetty + jetty + 6.1.9 + test + + + xmlunit + xmlunit + 1.2 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + junit:junit + + + + + +