Author: dwoods
Date: Tue Aug 10 18:04:38 2010
New Revision: 984151
URL: http://svn.apache.org/viewvc?rev=984151&view=rev
Log:
OPENJPA-1712 BVAL requires commons-lang 2.4 or later
Modified:
openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml
Modified: openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml?rev=984151&r1=984150&r2=984151&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-integration/validation/pom.xml Tue Aug 10
18:04:38 2010
@@ -74,6 +74,8 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
+ <!-- BVAL requires 2.4 or later -->
+ <version>2.4</version>
<scope>test</scope>
</dependency>
</dependencies>