From 5b9cd000b07793dc2524aaa985b1d9ea0e97ab69 Mon Sep 17 00:00:00 2001 From: Agim Emruli Date: Wed, 15 Oct 2008 08:13:19 +0000 Subject: [PATCH] reverted poms to use dependencies from the central repo only --- spring-binding/pom.xml | 102 ++++--------- spring-faces/pom.xml | 236 ++++++++++++------------------ spring-js/pom.xml | 149 +++++++------------ spring-webflow/pom.xml | 317 +++++++++++++++-------------------------- 4 files changed, 290 insertions(+), 514 deletions(-) diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 2442742c..9f74d84c 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.webflow org.springframework.binding @@ -10,80 +9,37 @@ - org.apache.commons - com.springsource.org.apache.commons.logging + commons-logging + commons-logging 1.1.1 - org.springframework - org.springframework.beans - ${spring.version} - - - org.springframework - org.springframework.context - ${spring.version} - - - org.springframework - org.springframework.core - ${spring.version} - + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + - - org.ognl - com.springsource.org.ognl - 2.6.9 - true - - - javax.el - com.springsource.javax.el - 2.1.0 - provided - - - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - test - - - org.easymock - com.springsource.org.easymock - 2.3.0 - test - - - org.junit - com.springsource.junit - 3.8.2 - test - - - org.jboss.el - com.springsource.org.jboss.el - 2.0.0.GA - test - + + ognl + ognl + 2.6.9 + true + + + javax.el + el-api + 1.0 + provided + - - - 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 - - - - 2.5.5.A - \ No newline at end of file diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index 1e9e18cb..aa9d718c 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -1,150 +1,96 @@ - 4.0.0 - org.springframework.webflow - org.springframework.faces - jar - Spring Faces - 2.0.4.RELEASE - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + org.springframework.webflow + org.springframework.faces + jar + Spring Faces + 2.0.4.RELEASE + - - org.apache.commons - com.springsource.org.apache.commons.logging - 1.1.1 - - - org.springframework - org.springframework.beans - ${spring.version} - - - org.springframework - org.springframework.context - ${spring.version} - - - org.springframework - org.springframework.core - ${spring.version} - - - org.springframework - org.springframework.web - ${spring.version} - - - org.springframework - org.springframework.web.servlet - ${spring.version} - - - org.springframework.webflow - org.springframework.binding - ${project.version} - - - org.springframework.webflow - org.springframework.js - ${project.version} - - - org.springframework.webflow - org.springframework.webflow - ${project.version} - + + commons-logging + commons-logging + 1.1.1 + + + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + + + org.springframework + spring-web + 2.5.5 + + + org.springframework + spring-webmvc + 2.5.5 + + + org.springframework.webflow + org.springframework.binding + ${project.version} + + + org.springframework.webflow + org.springframework.js + ${project.version} + + + org.springframework.webflow + org.springframework.webflow + ${project.version} + + - - javax.el - com.springsource.javax.el - 2.1.0 - provided - - - javax.servlet - com.springsource.javax.servlet - 2.4.0 - provided - - - javax.faces - com.springsource.javax.faces - ${jsf.version} - true - - - com.sun.faces - com.springsource.com.sun.faces - ${jsf.version} - true - - - com.sun.facelets - com.springsource.com.sun.facelets - 1.1.14 - true - - - org.richfaces - com.springsource.org.richfaces - 3.1.4.GA - true - - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - test - - - org.apache.shale - com.springsource.org.apache.shale.test - 1.0.4 - test - - - org.easymock - com.springsource.org.easymock - 2.3.0 - test - - - org.junit - com.springsource.junit - 3.8.2 - test - - - org.jboss.el - com.springsource.org.jboss.el - 2.0.0.GA - test - - - org.springframework - org.springframework.test - ${spring.version} - test - - - - - 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 - - - - 2.5.5.A - 1.2.0.08 - + + javax.el + el-api + 1.0 + provided + + + javax.servlet + servlet-api + 2.4 + provided + + + javax.faces + jsf-api + 1.2_08 + provided + + + javax.faces + jsf-impl + 1.2_08 + provided + + + com.sun.facelets + jsf-facelets + 1.1.14 + true + + + org.richfaces.framework + richfaces-api + 3.1.4.GA + true + + \ No newline at end of file diff --git a/spring-js/pom.xml b/spring-js/pom.xml index 7ca9cc7b..247edda5 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.webflow org.springframework.js @@ -10,101 +9,61 @@ - org.apache.commons - com.springsource.org.apache.commons.logging + commons-logging + commons-logging 1.1.1 - - org.springframework - org.springframework.beans - ${spring.version} - - - org.springframework - org.springframework.context - ${spring.version} - - - org.springframework - org.springframework.core - ${spring.version} - - - org.springframework - org.springframework.web - ${spring.version} - - - org.springframework - org.springframework.web.servlet - ${spring.version} - + + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + - - javax.servlet - com.springsource.javax.servlet - 2.4.0 - provided - - - org.apache.tiles - com.springsource.org.apache.tiles - 2.0.5 - true - - - org.apache.tiles - com.springsource.org.apache.tiles.core - 2.0.5.osgi - true - - - org.apache.tiles - com.springsource.org.apache.tiles.jsp - 2.0.5 - true - - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - test - - - org.easymock - com.springsource.org.easymock - 2.3.0 - test - - - org.junit - com.springsource.junit - 3.8.2 - test - - - org.springframework - org.springframework.test - ${spring.version} - test - + + javax.servlet + servlet-api + 2.4 + provided + + + 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 + + + org.springframework + spring-web + 2.5.5 + true + + + org.springframework + spring-webmvc + 2.5.5 + true + - - - 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 - - - - 2.5.5.A - \ No newline at end of file diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 847ea9fe..504b9c2c 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.webflow org.springframework.webflow @@ -10,207 +9,123 @@ - org.apache.commons - com.springsource.org.apache.commons.logging + commons-logging + commons-logging 1.1.1 - - org.springframework - org.springframework.beans - ${spring.version} - - - org.springframework - org.springframework.context - ${spring.version} - - - org.springframework - org.springframework.core - ${spring.version} - - - org.springframework - org.springframework.web - ${spring.version} - - - org.springframework - org.springframework.web.servlet - ${spring.version} - - - org.springframework.webflow - org.springframework.binding - ${project.version} - - - org.springframework.webflow - org.springframework.js - ${project.version} - + + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + + + org.springframework + spring-web + 2.5.5 + + + org.springframework + spring-webmvc + 2.5.5 + + + org.springframework.webflow + org.springframework.binding + ${project.version} + + + org.springframework.webflow + org.springframework.js + ${project.version} + - - edu.emory.mathcs.backport - com.springsource.edu.emory.mathcs.backport - 3.0.0 - true - - - javax.el - com.springsource.javax.el - 2.1.0 - provided - - - javax.persistence - com.springsource.javax.persistence - 1.0.0 - provided - - - javax.portlet - com.springsource.javax.portlet - 1.0.0 - provided - - - javax.servlet - com.springsource.javax.servlet - 2.4.0 - provided - - - org.hibernate - com.springsource.org.hibernate - 3.2.6.ga - true - - - org.ognl - com.springsource.org.ognl - 2.6.9 - true - - - org.springframework - org.springframework.orm - ${spring.version} - true - - - org.springframework - org.springframework.web.portlet - ${spring.version} - true - - - org.springframework - org.springframework.transaction - ${spring.version} - true - - - org.springframework.security - org.springframework.security - 2.0.2.A - true - - - javax.transaction - com.springsource.javax.transaction - 1.1.0 - provided - - - - org.junit - com.springsource.junit - 3.8.2 - true - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - test - - - org.apache.openjpa - com.springsource.org.apache.openjpa.java5 - 1.0.2 - test - - - org.apache.openjpa - com.springsource.org.apache.openjpa.lib.java5 - 1.0.2 - test - - - org.apache.openjpa - com.springsource.org.apache.openjpa.persistence - 1.0.2 - test - - - org.apache.openjpa - com.springsource.org.apache.openjpa.persistence.jdbc - 1.0.2 - test - - - org.easymock - com.springsource.org.easymock - 2.3.0 - test - - - org.hsqldb - com.springsource.org.hsqldb - 1.8.0.9 - test - - - org.jboss.el - com.springsource.org.jboss.el - 2.0.0.GA - test - - - org.springframework - org.springframework.aop - ${spring.version} - test - - - org.springframework - org.springframework.jdbc - ${spring.version} - test - - - org.springframework - org.springframework.test - ${spring.version} - test - + + backport-util-concurrent + backport-util-concurrent + 3.0 + true + + + javax.el + el-api + 1.0 + provided + + + javax.persistence + persistence-api + 1.0 + provided + + + javax.portlet + portlet-api + 1.0 + provided + + + javax.servlet + servlet-api + 2.4 + provided + + + org.hibernate + hibernate + 3.2.5.ga + true + + + javax.transaction + jta + + + + + ognl + ognl + 2.6.9 + true + + + org.springframework + spring-orm + 2.5.5 + true + + + org.springframework + spring-webmvc-portlet + 2.5.5 + true + + + org.springframework + spring-tx + 2.5.5 + true + + + org.springframework.security + spring-security-core + 2.0.2 + true + + + junit + junit + 3.8.2 + true + - - - 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 - - - - 2.5.5.A - \ No newline at end of file