DB eclipse classpath error with commons-pool

Description

The eclipse classpath has a different version of commons-pool than the maven 2 file.
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.3</version>
</dependency>

It is 1.2 but should be 1.3
<classpathentry kind="var" path="M2_REPO/commons-pool/commons-pool/1.2/commons-pool-1.2.jar"/>

-AZ

Activity

Show:

Aaron Zeckoski October 3, 2007 at 5:45 AM

commit -m "SAK-11715: Fixed the eclipse classpath
changed commons-pool from 1.2 to 1.3" /opt/cafe-trunk/db/db-impl/.classpath
Sending /opt/cafe-trunk/db/db-impl/.classpath
Transmitting file data ...
Committed revision 36097.

Fixed

Details

Priority

Affects versions

Fix versions

Assignee

Reporter

Created September 26, 2007 at 11:14 AM
Updated October 27, 2009 at 1:39 PM
Resolved October 3, 2007 at 5:45 AM