Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5
-
Fix Version/s: 0.6
-
Labels:None
Description
When using the wamblee-test-enterprise and wamblee-test-eclipselink dependenices, the ListOrderedSet dependency is not found. This is a transitive dependency of dbunit so should be automatically when using the test libraries.
Issue Links
- is depended on by
-
FLEX-1 upgrade to latest version of utilities library for improved JPA support
-
Also, maven uses conflict resolution using the 'nearest dependency wins' rule which caused a dependency on an old ehcache version which was closer to use an older version of commons-collections.
Also upgraded to a newer version of ehcache (ehcache-core 2.2.0) which no longer has the commons collections dependency.