From de5c42df93e8e5c2c851b993cce3ef7bc5f20c5e Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 19 Jan 2012 18:58:34 +0100 Subject: [PATCH] Remove manually-maintained Maven poms This is in favor of Gradle-generated poms (a la `gradle install`) --- org.springframework.aop/pom.xml | 80 ----- org.springframework.asm/pom.xml | 56 ---- org.springframework.aspects/pom.xml | 90 ----- org.springframework.beans/pom.xml | 75 ----- org.springframework.context.support/pom.xml | 141 -------- org.springframework.context/pom.xml | 274 --------------- org.springframework.core/pom.xml | 77 ----- org.springframework.expression/pom.xml | 47 --- org.springframework.instrument.tomcat/pom.xml | 24 -- org.springframework.instrument/pom.xml | 15 - org.springframework.jdbc/pom.xml | 104 ------ org.springframework.jms/pom.xml | 113 ------- org.springframework.orm/pom.xml | 237 ------------- org.springframework.oxm/pom.xml | 102 ------ org.springframework.test/pom.xml | 174 ---------- org.springframework.transaction/pom.xml | 107 ------ org.springframework.web.portlet/pom.xml | 113 ------- org.springframework.web.servlet/pom.xml | 313 ------------------ org.springframework.web.struts/pom.xml | 94 ------ org.springframework.web/pom.xml | 192 ----------- 20 files changed, 2428 deletions(-) delete mode 100644 org.springframework.aop/pom.xml delete mode 100644 org.springframework.asm/pom.xml delete mode 100644 org.springframework.aspects/pom.xml delete mode 100644 org.springframework.beans/pom.xml delete mode 100644 org.springframework.context.support/pom.xml delete mode 100644 org.springframework.context/pom.xml delete mode 100644 org.springframework.core/pom.xml delete mode 100644 org.springframework.expression/pom.xml delete mode 100644 org.springframework.instrument.tomcat/pom.xml delete mode 100644 org.springframework.instrument/pom.xml delete mode 100644 org.springframework.jdbc/pom.xml delete mode 100644 org.springframework.jms/pom.xml delete mode 100644 org.springframework.orm/pom.xml delete mode 100644 org.springframework.oxm/pom.xml delete mode 100644 org.springframework.test/pom.xml delete mode 100644 org.springframework.transaction/pom.xml delete mode 100644 org.springframework.web.portlet/pom.xml delete mode 100644 org.springframework.web.servlet/pom.xml delete mode 100644 org.springframework.web.struts/pom.xml delete mode 100644 org.springframework.web/pom.xml diff --git a/org.springframework.aop/pom.xml b/org.springframework.aop/pom.xml deleted file mode 100644 index ea9f56faf0..0000000000 --- a/org.springframework.aop/pom.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - 4.0.0 - org.springframework - spring-aop - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - com.jamonapi - jamon - 2.4 - true - - - cglib - cglib-nodep - 2.2 - true - - - aopalliance - aopalliance - 1.0 - compile - - - - commons-pool - commons-pool - 1.5.3 - true - - - org.aspectj - aspectjweaver - true - - - org.springframework - spring-asm - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - log4j - log4j - test - - - org.easymock - easymock - test - - - junit - junit - test - - - diff --git a/org.springframework.asm/pom.xml b/org.springframework.asm/pom.xml deleted file mode 100644 index 7e67cf0a23..0000000000 --- a/org.springframework.asm/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 4.0.0 - org.springframework - spring-asm - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - - - maven-antrun-plugin - - - jarjar - process-classes - - run - - - - - - - - - - - - - - - - - - - - - - com.google.code - jarjar - 1.0 - - - - - - diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml deleted file mode 100644 index 7954c36539..0000000000 --- a/org.springframework.aspects/pom.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - 4.0.0 - org.springframework - spring-aspects - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - - org.aspectj - aspectjweaver - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-tx - ${project.version} - true - - - org.springframework - spring-orm - ${project.version} - true - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-context-support - ${project.version} - compile - - - org.springframework - spring-test - ${project.version} - compile - - - javax.persistence - persistence-api - 1.0 - provided - - - junit - junit - test - - - javax.mail - mail - 1.4 - test - true - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - diff --git a/org.springframework.beans/pom.xml b/org.springframework.beans/pom.xml deleted file mode 100644 index 04394eddbc..0000000000 --- a/org.springframework.beans/pom.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - 4.0.0 - org.springframework - spring-beans - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - org.hamcrest - hamcrest-all - test - - - javax.el - el-api - 1.0 - provided - - - javax.inject - javax.inject - 1 - provided - - - cglib - cglib-nodep - 2.2 - true - - - - org.springframework - spring-core - ${project.version} - compile - - - log4j - log4j - test - - - junit - junit - test - - - org.easymock - easymock - test - - - - - - - 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 deleted file mode 100644 index 3ca2f7bdb0..0000000000 --- a/org.springframework.context.support/pom.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - 4.0.0 - org.springframework - spring-context-support - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - - com.bea.commonj - com.springsource.commonj - 1.1.0 - true - - - opensymphony - quartz - 1.6.2 - true - - - hsqldb - hsqldb - 1.8.0.10 - test - - - javax.activation - activation - 1.1 - provided - - - javax.mail - mail - 1.4 - true - - - jasperreports - jasperreports - 2.0.5 - true - - - bouncycastle - bctsp-jdk14 - - - - - commons-collections - commons-collections - 3.2 - true - - - - velocity - velocity - 1.5 - true - - - org.freemarker - freemarker - 2.3.15 - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-jdbc - ${project.version} - true - - - org.springframework - spring-tx - ${project.version} - true - - - log4j - log4j - test - - - junit - junit - test - - - org.apache.poi - poi - 3.0.2-FINAL - test - - - org.easymock - easymock - test - - - - - - - ${pom.build.sourceDirectory} - - **/*.types - - - - - diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml deleted file mode 100644 index 9bee15f1e5..0000000000 --- a/org.springframework.context/pom.xml +++ /dev/null @@ -1,274 +0,0 @@ - - - 4.0.0 - org.springframework - spring-context - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - backport-util-concurrent - backport-util-concurrent - 3.0 - true - - - javax.annotation - jsr250-api - 1.0 - true - - - org.apache.geronimo.specs - geronimo-ejb_3.0_spec - 1.0.1 - true - - - org.apache.geronimo.specs - geronimo-interceptor_3.0_spec - 1.0.1 - true - - - javax.inject - javax.inject - 1 - true - - - javax.inject - javax.inject-tck - 1 - test - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1 - true - - - javax.persistence - persistence-api - 1.0 - true - - - javax.validation - validation-api - 1.0.0.GA - true - - - javax.xml.ws - jaxws-api - 2.1-1 - true - - - cglib - cglib-nodep - 2.2 - true - - - aopalliance - aopalliance - 1.0 - compile - true - - - - org.aspectj - aspectjweaver - true - - - org.beanshell - bsh - 2.0b4 - true - - - org.codehaus.groovy - groovy-all - 1.6.3 - true - - - org.jruby - jruby - 1.4.0 - true - - - asm - asm - 3.0 - true - - - joda-time - joda-time - 1.6 - true - - - org.springframework - spring-aop - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-expression - ${project.version} - compile - - - org.springframework - spring-instrument - ${project.version} - true - - - org.springframework - spring-asm - ${project.version} - compile - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - true - - - net.sf.ehcache - ehcache-core - 2.0.0 - true - - - javax.xml - jaxrpc-api - 1.1 - test - - - commons-pool - commons-pool - 1.5.3 - test - - - commons-dbcp - commons-dbcp - 1.2.2 - test - - - log4j - log4j - test - - - org.easymock - easymock - test - - - org.hamcrest - hamcrest-all - 1.1 - - - org.hibernate - com.springsource.org.hibernate.validator - 4.2.0.Final - compile - true - - - javax.validation - com.springsource.javax.validation - - - org.slf4j - com.springsource.slf4j.api - - - - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - test - - - org.codehaus.jsr166-mirror - jsr166 - 1.7.0 - provided - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - - ${project.basedir}/src/test/java - - - **/* - - - **/*.java - - - - ${project.basedir}/src/test/resources - - - **/* - - - - - diff --git a/org.springframework.core/pom.xml b/org.springframework.core/pom.xml deleted file mode 100644 index e223a581ab..0000000000 --- a/org.springframework.core/pom.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - 4.0.0 - org.springframework - spring-core - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - commons-collections - commons-collections - 3.2 - true - - - org.springframework - spring-asm - ${project.version} - compile - - - commons-logging - commons-logging - 1.1.1 - compile - - - log4j - log4j - compile - true - - - net.sf.jopt-simple - jopt-simple - 3.0 - compile - true - - - org.aspectj - aspectjweaver - true - - - junit - junit - test - - - org.easymock - easymock - test - - - xmlunit - xmlunit - 1.2 - test - - - org.codehaus.woodstox - wstx-asl - 3.2.7 - test - - - diff --git a/org.springframework.expression/pom.xml b/org.springframework.expression/pom.xml deleted file mode 100644 index 3708ed91d1..0000000000 --- a/org.springframework.expression/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - 4.0.0 - org.springframework - spring-expression - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - - org.springframework - spring-core - ${project.version} - compile - - - log4j - log4j - test - - - junit - junit - test - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - diff --git a/org.springframework.instrument.tomcat/pom.xml b/org.springframework.instrument.tomcat/pom.xml deleted file mode 100644 index 4a1157b835..0000000000 --- a/org.springframework.instrument.tomcat/pom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - 4.0.0 - org.springframework - spring-instrument-tomcat - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - org.apache.tomcat - catalina - 6.0.16 - provided - - - - diff --git a/org.springframework.instrument/pom.xml b/org.springframework.instrument/pom.xml deleted file mode 100644 index a2af218272..0000000000 --- a/org.springframework.instrument/pom.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - 4.0.0 - org.springframework - spring-instrument - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - diff --git a/org.springframework.jdbc/pom.xml b/org.springframework.jdbc/pom.xml deleted file mode 100644 index e1c5e5b245..0000000000 --- a/org.springframework.jdbc/pom.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - 4.0.0 - org.springframework - spring-jdbc - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - c3p0 - c3p0 - 0.9.1.2 - true - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - true - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-tx - ${project.version} - compile - - - hsqldb - hsqldb - 1.8.0.7 - compile - true - - - com.h2database - h2 - 1.0.71 - compile - true - - - org.apache.derby - com.springsource.org.apache.derby - 10.5.1000001.764942 - compile - true - - - org.apache.derby - com.springsource.org.apache.derby.client - 10.5.1000001.764942 - compile - true - - - junit - junit - test - - - org.easymock - easymock - test - - - - - - - src/test/resources - - **/*.sql - **/*.xml - - - - - - diff --git a/org.springframework.jms/pom.xml b/org.springframework.jms/pom.xml deleted file mode 100644 index 4243148a08..0000000000 --- a/org.springframework.jms/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - 4.0.0 - org.springframework - spring-jms - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1 - provided - - - org.apache.geronimo.specs - geronimo-j2ee-connector_1.5_spec - 2.0.0 - true - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - - - aopalliance - aopalliance - 1.0 - compile - - - - commons-pool - commons-pool - 1.5.3 - true - - - org.easymock - easymock - test - - - junit - junit - test - - - org.springframework - spring-aop - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-oxm - ${project.version} - true - - - org.springframework - spring-tx - ${project.version} - compile - - - org.codehaus.jackson - jackson-mapper-asl - 1.4.2 - true - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - junit:junit - - - - - - diff --git a/org.springframework.orm/pom.xml b/org.springframework.orm/pom.xml deleted file mode 100644 index a975fc8391..0000000000 --- a/org.springframework.orm/pom.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - 4.0.0 - org.springframework - spring-orm - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - com.oracle.toplink.essentials - com.springsource.oracle.toplink.essentials - 2.0.0.b41-beta2 - true - - - aopalliance - aopalliance - 1.0 - true - - - - org.apache.ibatis - ibatis-sqlmap - 2.3.4.726 - true - - - org.apache.openjpa - openjpa - 1.1.0 - true - - - org.eclipse.persistence - org.eclipse.persistence.core - 1.0.1 - true - - - org.eclipse.persistence - org.eclipse.persistence.jpa - 1.0.1 - true - - - org.eclipse.persistence - org.eclipse.persistence.asm - 1.0.1 - test - - - org.eclipse.persistence - org.eclipse.persistence.antlr - 1.0.1 - test - - - org.hibernate - hibernate-core - 3.6.0.Final - true - - - org.hibernate - hibernate-cglib-repack - 2.1_3 - test - - - cglib - cglib-nodep - 2.2 - test - - - org.slf4j - slf4j-log4j12 - test - true - - - log4j - log4j - test - 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 - ${project.version} - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - true - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-jdbc - ${project.version} - compile - - - org.springframework - spring-tx - ${project.version} - compile - - - org.springframework - spring-web - ${project.version} - true - - - org.aspectj - aspectjweaver - test - - - commons-dbcp - commons-dbcp - 1.2.2 - test - - - commons-pool - commons-pool - 1.5.3 - test - - - org.easymock - easymock - test - - - hsqldb - hsqldb - 1.8.0.7 - test - - - junit - junit - test - - - - - - src/main/java - - **/*.xsd - **/*.xml - - - - - - src/test/java - - **/*.xml - **/*.sql - **/*.jar - **/*.properties - - - - src/test/resources - - **/*.xml - *.jar - - - - - diff --git a/org.springframework.oxm/pom.xml b/org.springframework.oxm/pom.xml deleted file mode 100644 index 9fb71fb676..0000000000 --- a/org.springframework.oxm/pom.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - 4.0.0 - org.springframework - spring-oxm - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - com.thoughtworks.xstream - xstream - 1.3.1 - true - - - com.sun.xml.bind - jaxb-impl - 2.1.7 - true - - - org.jibx - jibx-run - 1.1.5 - true - - - - commons-lang - commons-lang - 2.5 - compile - - - org.apache.xmlbeans - xmlbeans - 2.4.0 - true - - - org.codehaus.castor - castor-xml - 1.3.2 - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - junit - junit - test - - - org.easymock - easymock - test - - - org.codehaus.jettison - jettison - 1.0.1 - test - - - xmlunit - xmlunit - 1.2 - test - - - xmlpull - xmlpull - 1.1.3.4a - test - - - diff --git a/org.springframework.test/pom.xml b/org.springframework.test/pom.xml deleted file mode 100644 index 58ca5548d8..0000000000 --- a/org.springframework.test/pom.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - 4.0.0 - org.springframework - spring-test - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - javax.activation - activation - 1.1 - provided - - - javax.el - el-api - 1.0 - provided - - - javax.inject - javax.inject - 1 - test - - - 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 - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - - - - taglibs - standard - 1.1.2 - true - - - org.aspectj - aspectjweaver - true - - - org.hibernate - hibernate-core - 3.6.0.Final - true - test - - - org.hibernate - hibernate-cglib-repack - 2.1_3 - test - - - hsqldb - hsqldb - 1.8.0.7 - test - - - junit - junit - - - org.springframework - spring-beans - ${project.version} - true - - - org.springframework - spring-context - ${project.version} - true - - - org.springframework - spring-core - ${project.version} - true - - - org.springframework - spring-jdbc - ${project.version} - true - - - org.springframework - spring-orm - ${project.version} - true - - - org.springframework - spring-tx - ${project.version} - true - - - org.springframework - spring-web - ${project.version} - true - - - org.springframework - spring-webmvc-portlet - ${project.version} - true - - - org.springframework - spring-webmvc - ${project.version} - true - - - org.testng - testng - 5.10 - jdk15 - true - - - org.slf4j - slf4j-jcl - 1.5.3 - test - - - cglib - cglib-nodep - 2.2 - test - - - - diff --git a/org.springframework.transaction/pom.xml b/org.springframework.transaction/pom.xml deleted file mode 100644 index 6c16373a78..0000000000 --- a/org.springframework.transaction/pom.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - 4.0.0 - org.springframework - spring-tx - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - com.ibm.websphere - com.springsource.com.ibm.websphere.uow - 6.0.2.17 - jar - provided - true - - - javax.ejb - com.springsource.javax.ejb - 3.0.0 - true - - - javax.resource - com.springsource.javax.resource - 1.5.0 - true - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - - - aopalliance - aopalliance - 1.0 - compile - - - - org.springframework - spring-aop - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - junit - junit - test - - - org.aspectj - aspectjweaver - test - - - org.easymock - easymock - test - - - org.easymock - easymockclassextension - 2.3 - test - - - javax.persistence - persistence-api - 1.0 - test - - - cglib - cglib-nodep - 2.2 - test - - - diff --git a/org.springframework.web.portlet/pom.xml b/org.springframework.web.portlet/pom.xml deleted file mode 100644 index 5dcbf863ad..0000000000 --- a/org.springframework.web.portlet/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - 4.0.0 - org.springframework - spring-webmvc-portlet - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - javax.el - el-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 - test - - - javax.servlet - jstl - 1.1.2 - test - - - commons-fileupload - commons-fileupload - 1.2 - true - - - - org.springframework - spring-asm - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-web - ${project.version} - compile - - - org.springframework - spring-webmvc - ${project.version} - compile - - - org.easymock - easymock - test - - - junit - junit - 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 deleted file mode 100644 index 3d0b6a08d9..0000000000 --- a/org.springframework.web.servlet/pom.xml +++ /dev/null @@ -1,313 +0,0 @@ - - - 4.0.0 - org.springframework - spring-webmvc - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - tiger - - 1.5 - - - - stax - stax - 1.2.0 - - - - - - - - rome - rome - 1.0 - true - - - com.lowagie - itext - 2.0.8 - true - - - org.freemarker - freemarker - 2.3.15 - true - - - javax.el - el-api - 1.0 - provided - - - org.apache.tomcat - tomcat-servlet-api - 7.0.8 - 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 - - - xml-apis - xml-apis - - - - - - org.apache.poi - poi - 3.0.2-FINAL - true - - - org.apache.tiles - tiles-api - 2.1.2 - true - - - org.apache.tiles - tiles-core - 2.1.2 - true - - - org.apache.tiles - tiles-jsp - 2.1.2 - true - - - org.apache.tiles - tiles-servlet - 2.1.2 - true - - - velocity - velocity - 1.5 - true - - - velocity-tools - velocity-tools-view - 1.4 - true - - - org.codehaus.jackson - jackson-mapper-asl - 1.4.2 - true - - - org.springframework - spring-asm - ${project.version} - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-context-support - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-expression - ${project.version} - compile - - - org.springframework - spring-oxm - ${project.version} - true - - - org.springframework - spring-orm - ${project.version} - test - - - org.springframework - spring-web - ${project.version} - compile - - - junit - junit - test - - - org.easymock - easymock - test - - - xmlunit - xmlunit - 1.2 - test - - - commons-fileupload - commons-fileupload - 1.2 - test - - - dom4j - dom4j - 1.6.1 - test - - - xml-apis - xml-apis - - - - - jaxen - jaxen - 1.1.1 - test - - - xml-apis - xml-apis - - - xom - xom - - - xerces - xercesImpl - - - - - cglib - cglib-nodep - 2.2 - test - - - rhino - js - 1.7R1 - test - - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1 - provided - true - - - javax.validation - validation-api - 1.0.0.GA - provided - - - org.hibernate - hibernate-validator - 4.0.0.GA - test - - - org.slf4j - slf4j-log4j12 - test - true - - - log4j - log4j - test - true - - - joda-time - joda-time - 1.6 - test - - - org.mortbay.jetty - jetty - 6.1.9 - test - - - servlet-api-2.5 - org.mortbay.jetty - - - - - diff --git a/org.springframework.web.struts/pom.xml b/org.springframework.web.struts/pom.xml deleted file mode 100644 index 642a301eaa..0000000000 --- a/org.springframework.web.struts/pom.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - 4.0.0 - org.springframework - spring-struts - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - javax.servlet - servlet-api - 2.5 - provided - - - javax.servlet.jsp - jsp-api - 2.1 - test - - - javax.servlet - jstl - 1.1.2 - test - - - struts - struts - 1.2.9 - compile - - - commons-beanutils - commons-beanutils - 1.7.0 - compile - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-test - ${project.version} - test - - - org.springframework - spring-web - ${project.version} - compile - - - org.springframework - spring-webmvc - ${project.version} - compile - - - junit - junit - test - - - org.easymock - easymock - test - - - diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml deleted file mode 100644 index 4dfe066dd4..0000000000 --- a/org.springframework.web/pom.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - 4.0.0 - org.springframework - spring-web - jar - 3.2.0.BUILD-SNAPSHOT - - org.springframework - spring-parent - ../org.springframework.spring-parent - 3.2.0.BUILD-SNAPSHOT - - - - - com.caucho - com.springsource.com.caucho - 3.2.1 - true - - - rome - rome - 1.0 - true - - - javax.el - el-api - 1.0 - true - - - javax.faces - com.springsource.javax.faces - 1.2.0.08 - true - - - javax.portlet - portlet-api - 2.0 - provided - - - org.apache.tomcat - tomcat-servlet-api - 7.0.8 - 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-fileupload - commons-fileupload - 1.2 - true - - - commons-httpclient - commons-httpclient - 3.1 - true - - - org.apache.httpcomponents - httpclient - 4.1.1 - true - - - - log4j - log4j - compile - true - - - org.codehaus.jackson - jackson-mapper-asl - 1.4.2 - true - - - org.springframework - spring-aop - ${project.version} - true - - - org.springframework - spring-beans - ${project.version} - compile - - - org.springframework - spring-context - ${project.version} - compile - - - org.springframework - spring-core - ${project.version} - compile - - - org.springframework - spring-oxm - ${project.version} - true - - - taglibs - standard - 1.1.2 - test - - - junit - junit - test - - - cglib - cglib-nodep - 2.2 - test - - - org.easymock - easymock - test - - - org.mortbay.jetty - jetty - 6.1.9 - test - - - servlet-api-2.5 - org.mortbay.jetty - - - - - xmlunit - xmlunit - 1.2 - test - - - - -- GitLab