On 3 Apr 2014, at 09:25, Jochen Wiedmann <[email protected]> wrote:
>
> Never mind. Resolved the problem by adding the following dependency to my
> project:
Are you compiling the source with your own build scripts?
You shouldn't need this extra dependency if you use the maven or ant build
scripts from the project directory, since they will embed the cglib/asm classes
into the final jar using jarjar.
BTW, the official cglib coordinates are:
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.1</version>
</dependency>
the one below was just an interim solution until there was an official cglib
release.
> <dependency>
> <groupId>org.sonatype.sisu.inject</groupId>
> <artifactId>cglib</artifactId>
> <version>2.2.1-v20090111</version>
> </dependency>
> --
> You received this message because you are subscribed to the Google Groups
> "google-guice" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-guice.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/d/optout.