From 7d21df52a3677a90c21551911875416abb15f468 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 14 Apr 2008 21:07:25 +0000 Subject: [PATCH] Adding up-to-date maven poms for 2.0.0.RC1 --- spring-binding/pom.xml | 63 ++++++++++++++++++ spring-faces/pom.xml | 78 ++++++++++++++++++++++ spring-js/pom.xml | 47 ++++++++++++++ spring-webflow/pom.xml | 143 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 331 insertions(+) create mode 100644 spring-binding/pom.xml create mode 100644 spring-faces/pom.xml create mode 100644 spring-js/pom.xml create mode 100644 spring-webflow/pom.xml diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml new file mode 100644 index 00000000..6500a315 --- /dev/null +++ b/spring-binding/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + org.springframework.webflow + spring-binding + jar + Spring Binding + 2.0.0.RC1 + Spring Data Binding Framework - An internal module used by Spring Web Flow + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.1.1 + + + org.springframework + spring-beans + 2.5.3 + + + org.springframework + spring-context + 2.5.3 + + + org.springframework + spring-core + 2.5.3 + + + + ognl + ognl + 2.6.9 + true + + + javax.el + el-api + 1.0 + provided + + + diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml new file mode 100644 index 00000000..4bc5d2f1 --- /dev/null +++ b/spring-faces/pom.xml @@ -0,0 +1,78 @@ + + + 4.0.0 + org.springframework.webflow + spring-faces + jar + Spring Faces + 2.0.0.RC1 + Spring Faces Framework + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.1.1 + + + org.springframework.webflow + spring-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.13 + true + + + org.richfaces.framework + richfaces-api + 3.1.4.GA + true + + + diff --git a/spring-js/pom.xml b/spring-js/pom.xml new file mode 100644 index 00000000..b8d4cdb7 --- /dev/null +++ b/spring-js/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + org.springframework.webflow + spring-js + jar + Spring JavaScript + 2.0.0.RC1 + Spring JavaScript - An internal module used by Spring Web Flow and Spring Faces + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.1.1 + + + org.springframework + spring-core + 2.5.3 + + + + javax.servlet + servlet-api + 2.4 + provided + + + diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml new file mode 100644 index 00000000..7599e896 --- /dev/null +++ b/spring-webflow/pom.xml @@ -0,0 +1,143 @@ + + + 4.0.0 + org.springframework.webflow + spring-webflow + jar + Spring Web Flow + 2.0.0.RC1 + Spring Web Flow + http://www.springframework.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow + http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow + + + Spring Framework + http://www.springframework.org/ + + + + + commons-logging + commons-logging + 1.1.1 + + + org.springframework + spring-beans + 2.5.3 + + + org.springframework + spring-context + 2.5.3 + + + org.springframework + spring-core + 2.5.3 + + + org.springframework + spring-web + 2.5.3 + + + org.springframework + spring-webmvc + 2.5.3 + + + org.springframework.webflow + spring-binding + ${project.version} + + + + backport-util-concurrent + backport-util-concurrent + 3.0 + true + + + javax.el + el-api + 1.0 + + + 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.3 + true + + + org.springframework + spring-webmvc-portlet + 2.5.3 + true + + + org.springframework + spring-tx + 2.5.3 + true + + + org.springframework.security + spring-security-core + 2.0-M2 + true + + + junit + junit + 3.8.2 + true + + +