jars from http://www.ibiblio.org/maven/cglib/jars/ are without dependancies,
you need BCEL or ASM as dependancy .

    <dependencies>
      <dependency>
      <id>bcel</id>
      <version>5.0</version>
    </dependency>


You can download cglib-asm-1.0.jar and use it in single jar too ( ASM is
"faster" ).



----- Original Message -----
From: "Jim Downing" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 7:52 PM
Subject: [Hibernate] CGLib problem


> Hi,
>
> quick question - which version of cglib does hibernate-2.0-final.jar
> depend on?
>
> If anyone else is using maven for their builds, does either of the
> jars in http://www.ibiblio.org/maven/cglib/jars/ work with hibernate
> 2.0 final?
>
> cheers,
> jim
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> hibernate-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to