How to set Maven dependency for all org.springframework ?
org.springframework
I mean, how to do it in couple lines,instead of providing dependency for every module,e.g.:
Create module with packaging pom and list all Spring dependencies there. Call it something like SpringDependencies.
pom
SpringDependencies
Then in each of your modules, depend on SpringDependencies module. That will transitively pull all Spring dependencies.