Eugen
Eugen

Reputation: 8783

CGLIB 3 in Maven Central

So, CGLIB 3 has been out for a few months and it looks like Spring 3.2 is now working with it as well - not sure however why it's not on Maven Central.

Is there another Maven Repository where this dependency exists?

Upvotes: 2

Views: 1482

Answers (1)

Rob
Rob

Reputation: 46

Not a direct answer to your question but it may help you: Spring 3.2 is inlining CGLIB 3. No need for a dependency on CGLIB anymore...

Upvotes: 3

Related Questions