OPENJPA-293. Updated to latest serp dependency now that it's in the maven repository. Needed for interface-ordering issues in JDK1.5 + redefinition.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@565999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-08-15 01:48:13 +00:00
parent ecc36a0f37
commit e59b9deab9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<dependency>
<groupId>net.sourceforge.serp</groupId>
<artifactId>serp</artifactId>
<version>1.11.0</version>
<version>1.13.1</version>
<scope>compile</scope>
</dependency>
</dependencies>