OPENJPA-1712 BVAL requires commons-lang 2.4 or later

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@984151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-10 18:04:38 +00:00
parent c39937c68f
commit 78fe423ce1
1 changed files with 2 additions and 0 deletions

View File

@ -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>