From 0a7765ecaf7616ec26438dfc56fd83c0d47d154f Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Tue, 10 Aug 2010 12:48:15 +0000 Subject: [PATCH] OPENJPA-1712 switch validation providers from Hibernate to Apache BVAL to match trunk and to fix Java SE 5 testing git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@983972 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-integration/validation/pom.xml | 8 +++----- pom.xml | 10 ++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/openjpa-integration/validation/pom.xml b/openjpa-integration/validation/pom.xml index a18a57c96..b1465e105 100644 --- a/openjpa-integration/validation/pom.xml +++ b/openjpa-integration/validation/pom.xml @@ -37,11 +37,12 @@ OpenJPA Integration Tests - Bean Validation - + bval + true bval @@ -55,7 +56,6 @@ org.apache.bval org.apache.bval.bundle - 0.1-incubating test @@ -74,7 +74,6 @@ commons-lang commons-lang - 2.4 test @@ -100,11 +99,10 @@ - + hibernate - true hibernate diff --git a/pom.xml b/pom.xml index 74ec01624..a8e8f60a6 100644 --- a/pom.xml +++ b/pom.xml @@ -656,6 +656,16 @@ geronimo-validation_1.0_spec 1.1 + + org.apache.bval + org.apache.bval.bundle + 0.1-incubating + + + commons-beanutils + commons-beanutils + 1.8.3 + org.apache.derby derby