diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 9f74d84c..50f35691 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -7,39 +7,37 @@ Spring Binding 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 - - - - ognl - ognl - 2.6.9 - true - - - javax.el - el-api - 1.0 - provided - + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + + + ognl + ognl + 2.6.9 + true + + + javax.el + el-api + 1.0 + provided + \ No newline at end of file diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index aa9d718c..d0920873 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -1,96 +1,92 @@ - - 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} - - - - - 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 - - + + 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} + + + com.sun.facelets + jsf-facelets + 1.1.14 + true + + + org.richfaces.framework + richfaces-api + 3.1.4.GA + true + + + 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 + + \ No newline at end of file diff --git a/spring-js/pom.xml b/spring-js/pom.xml index 247edda5..04dc746b 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -7,63 +7,61 @@ Spring JavaScript 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 - - - - 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 - + + org.springframework + spring-beans + 2.5.5 + + + org.springframework + spring-context + 2.5.5 + + + org.springframework + spring-core + 2.5.5 + + + 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 + \ No newline at end of file diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 504b9c2c..9429c471 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -7,125 +7,123 @@ Spring Web Flow 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} - - - - 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 - + + 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} + + + 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 + \ No newline at end of file