mirror of https://github.com/apache/openjpa.git
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:
parent
c39937c68f
commit
78fe423ce1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue