<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
<br>
Vitali Yemialyanchyk wrote:
<blockquote cite="mid:000001c9fefe$0d95f710$28c1e530$@com" type="cite">
  <blockquote type="cite">
    <pre wrap="">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 ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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.
  </pre>
</blockquote>
<br>
No, you wont see a compilation problem since it is the same set of
libraries. <br>
<br>
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!<br>
<br>
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.<br>
<br>
/max<br>
</body>
</html>