diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 9f74d84c..2442742c 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.webflow org.springframework.binding @@ -9,37 +10,80 @@ - commons-logging - commons-logging + org.apache.commons + com.springsource.org.apache.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 + org.springframework.beans + ${spring.version} + + + org.springframework + org.springframework.context + ${spring.version} + + + org.springframework + org.springframework.core + ${spring.version} + - - ognl - ognl - 2.6.9 - true - - - javax.el - el-api - 1.0 - provided - + + 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 + + + + 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 aa9d718c..1e9e18cb 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -1,96 +1,150 @@ - 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 + - - 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} - - + + 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} + - - 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 - - + + 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 + \ No newline at end of file diff --git a/spring-js/pom.xml b/spring-js/pom.xml index 247edda5..7ca9cc7b 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.webflow org.springframework.js @@ -9,61 +10,101 @@ - commons-logging - commons-logging + org.apache.commons + com.springsource.org.apache.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 + 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} + - - 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 - + + 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 + + + + 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 504b9c2c..847ea9fe 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.webflow org.springframework.webflow @@ -9,123 +10,207 @@ - commons-logging - commons-logging + org.apache.commons + com.springsource.org.apache.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 + 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} + - - 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 - + + 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 + + + + 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