Hello,
I'm using spring 3 and maven. I've defined all spring modules in my pom.xml.
When I use <aop:scoped-proxy />
annotation, I've got an error saying that cglib is missing.
Well... I add cglib dependency in my pom and all runs...
I'm a little confuse... Maven is a dependency manager... Why it does not download the cglib when I use the spring-aop module ?
It's not the only case... Why some projects need explicit dependency declaration instead of using maven transitive dependency mechanism ?