Vitali Yemialyanchyk wrote:
Anyone know why we got a complete jmock set of libraries in 
hibernate.console.test which overlaps with hibernate it self ? i.e. 
cglib and others.

Why is this bundled inside hibernate console.test ?
    

I add complete set of libraries. I add this in doubt to better have a full
set of jmock libs then just some of them.
I do not see compilation/overlap problem, if it is - possible to remove some
of unused libs.
  

No, you wont see a compilation problem since it is the same set of libraries.

This is a runtime problem which means for example that cglib from hibernate.console.test will might be picked up instead of the original one!

And just for good cleaness sake, don't add libs we don't need - every jar counts in either download or checkout time for our build.

/max