Am 30.04.2012 10:18, schrieb Radim Kolar: > Spring framework has optional dependency on CGLIB: > > <dependency> > <groupId>cglib</groupId> > <artifactId>cglib-nodep</artifactId> > <version>2.2</version> > <optional>true</optional> > </dependency> > > Is there some knob to switch this optinal dependency on or i have to > copy this dependency to my pom?
In case you want to use the Spring features depending on CGLIB: you have to copy it and drop the <optional>true</optional>. Best regards Ansgar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
