From b511cf52109db3892bccea9bf6facde860fb478b Mon Sep 17 00:00:00 2001 From: Agim Emruli Date: Fri, 26 Sep 2008 17:40:31 +0000 Subject: [PATCH] added pom.xml for booking-faces sample --- spring-webflow-samples/booking-faces/pom.xml | 201 +++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 spring-webflow-samples/booking-faces/pom.xml diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml new file mode 100644 index 00000000..ce0f7ac7 --- /dev/null +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -0,0 +1,201 @@ + + + 4.0.0 + org.springframework.webflow.samples + booking-faces + war + 2.0.4.RELEASE + + + + com.sun.facelets + com.springsource.com.sun.facelets + 1.1.14 + + + javax.persistence + com.springsource.javax.persistence + 1.0.0 + + + javax.servlet + com.springsource.javax.servlet.jsp.jstl + 1.1.2 + + + javax.transaction + com.springsource.javax.transaction + 1.1.0 + + + org.apache.log4j + com.springsource.org.apache.log4j + 1.2.15 + + + org.hibernate + com.springsource.org.hibernate + 3.2.6.ga + + + org.hibernate + com.springsource.org.hibernate.annotations + 3.3.0.ga + + + org.hibernate + com.springsource.org.hibernate.ejb + 3.3.1.ga + + + org.hsqldb + com.springsource.org.hsqldb + 1.8.0.9 + + + org.jboss.el + com.springsource.org.jboss.el + 2.0.0.GA + + + org.springframework + org.springframework.aop + ${spring.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.jdbc + ${spring.version} + + + org.springframework + org.springframework.orm + ${spring.version} + + + org.springframework + org.springframework.transaction + ${spring.version} + + + org.springframework + org.springframework.web + ${spring.version} + + + org.springframework + org.springframework.web.servlet + ${spring.version} + + + org.springframework.security + org.springframework.security + 2.0.2.A + + + org.springframework.webflow + org.springframework.faces + ${project.version} + + + org.springframework.webflow + org.springframework.js + ${project.version} + + + org.springframework.webflow + org.springframework.webflow + ${project.version} + + + javax.faces + com.springsource.javax.faces + ${jsf.version} + + + com.sun.faces + com.springsource.com.sun.faces + ${jsf.version} + + + + javax.el + com.springsource.javax.el + 2.1.0 + provided + + + javax.servlet + com.springsource.javax.servlet + 2.4.0 + provided + + + + 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 + Releases + http://repository.springsource.com/maven/bundles/release + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Releases + + http://repository.springsource.com/maven/bundles/external + + + + + booking-faces + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + 2.5.5.A + 1.2.0.08 + + \ No newline at end of file