diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index 52f899f0..23f0f035 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -7,11 +7,6 @@ war 2.1.0.BUILD-SNAPSHOT - - com.sun.facelets - com.springsource.com.sun.facelets - 1.1.14 - javax.persistence com.springsource.javax.persistence @@ -20,7 +15,7 @@ javax.servlet com.springsource.javax.servlet.jsp.jstl - 1.1.2 + 1.2.0 javax.transaction @@ -139,13 +134,13 @@ javax.faces - com.springsource.javax.faces - ${jsf.version} + jsf-api + 2.0 com.sun.faces - com.springsource.com.sun.faces - ${jsf.version} + jsf-impl + 2.0.2 @@ -196,6 +191,11 @@ SpringSource Enterprise Bundle Repository - Snapshot Releases http://repository.springsource.com/maven/bundles/snapshot + + java.net.release + Repository for Projects On Hosted on java.net + http://download.java.net/maven/2 + swf-booking-faces @@ -212,6 +212,5 @@ 3.0.2.RELEASE - 1.2.0.09 diff --git a/spring-webflow-samples/booking-portlet-faces/pom.xml b/spring-webflow-samples/booking-portlet-faces/pom.xml index 8008b914..b9fee1e2 100644 --- a/spring-webflow-samples/booking-portlet-faces/pom.xml +++ b/spring-webflow-samples/booking-portlet-faces/pom.xml @@ -128,14 +128,24 @@ ${project.version} - javax.faces - com.springsource.javax.faces - ${jsf.version} + org.apache.myfaces + com.springsource.org.apache.myfaces.javax.faces + 1.2.2 - com.sun.faces - com.springsource.com.sun.faces - ${jsf.version} + org.apache.myfaces + com.springsource.org.apache.myfaces + 1.2.2 + + + org.apache.myfaces.portlet-bridge + portlet-bridge-api + 2.0.0-alpha-2 + + + org.apache.myfaces.portlet-bridge + portlet-bridge-impl + 2.0.0-alpha-2 diff --git a/spring-webflow-samples/jsf-booking/pom.xml b/spring-webflow-samples/jsf-booking/pom.xml index 4c8a04d3..d64c04f8 100644 --- a/spring-webflow-samples/jsf-booking/pom.xml +++ b/spring-webflow-samples/jsf-booking/pom.xml @@ -8,19 +8,14 @@ 2.1.0.BUILD-SNAPSHOT - com.sun.facelets - com.springsource.com.sun.facelets - 1.1.14 + javax.faces + jsf-api + 2.0 com.sun.faces - com.springsource.com.sun.faces - ${jsf.version} - - - javax.faces - com.springsource.javax.faces - ${jsf.version} + jsf-impl + 2.0.2 javax.persistence @@ -30,7 +25,7 @@ javax.servlet com.springsource.javax.servlet.jsp.jstl - 1.1.2 + 1.2.0 javax.transaction @@ -150,6 +145,11 @@ SpringSource Enterprise Bundle Repository - External Releases http://repository.springsource.com/maven/bundles/external + + java.net.release + Repository for Projects On Hosted on java.net + http://download.java.net/maven/2 + jsf-booking @@ -166,6 +166,5 @@ 3.0.2.RELEASE - 1.2.0.09