DB eclipse classpath error with commons-pool
GENERAL
TESTING
GENERAL
TESTING
Description
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
Details
Priority
Affects versions
Fix versions
Components
Assignee
Aaron Zeckoski
Aaron Zeckoski(Deactivated)Reporter
Aaron Zeckoski
Aaron Zeckoski(Deactivated)Created September 26, 2007 at 11:14 AM
Updated October 27, 2009 at 1:39 PM
Resolved October 3, 2007 at 5:45 AM
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