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?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org