From a2c83a1fe62d4010835313fb3b4d17008a64a613 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 1 Sep 2010 09:04:33 +0000 Subject: [PATCH] Add jaxb depenedencies (for hibernate validator) required with java 1.5 --- spring-webflow-samples/booking-faces/ivy.xml | 2 ++ spring-webflow-samples/booking-faces/pom.xml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/spring-webflow-samples/booking-faces/ivy.xml b/spring-webflow-samples/booking-faces/ivy.xml index 1b0f7e7e..90fe3420 100755 --- a/spring-webflow-samples/booking-faces/ivy.xml +++ b/spring-webflow-samples/booking-faces/ivy.xml @@ -21,6 +21,8 @@ + + diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index 055a8295..a941e438 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -159,6 +159,23 @@ 2.4.0 provided + + + javax.xml.bind + com.springsource.javax.xml.bind + 2.2.0 + provided + + + com.sun.xml + com.springsource.com.sun.xml.bind + 2.2.0 + provided + org.easymock