I have a few dependencies in my POM which requires some Spring packages. The version these requires are 2.0, but I need >2.0.1 so I have explicitly put in my POM that the same Spring packages like, spring-jdbc, spring-web will be version 2.0.x, but I will rather put the complete Spring package instead of its subpackages. When I do that I ...