moved to commons-collections 3.2 to avoid serialization bug that was resolved in 2005 (3.1 dates to 2004).

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@474970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2006-11-14 20:44:02 +00:00
parent 3e8f9d931a
commit a3749e810b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -57,7 +57,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>test</scope>
</dependency>
</dependencies>