Hi the pom.xml file for the jersey-spring project has a dependency on the 'spring' jar (which contains everything in the spring framework) AND the spring modules, like spring-web, spring-core, etc. Depending on the 'spring' artifact is redundant. It probably should be removed and only depend on the spring modules artifacts since this is preferred.
Thanks