jersey-spring and jenkins - strange error reading zip file /jersey-core-1.8.jar jersey-spring and jenkins - strange error reading zip file /jersey-core-1.8.jar jenkins jenkins

jersey-spring and jenkins - strange error reading zip file /jersey-core-1.8.jar


So it's the usual: dependency conflicts.. as mvn dependency:tree -Dincludes=com.sun.jersey showed. Sigh..

Solution was to updgrade to jersey-spring 1.12.

That's what you get for copying dependencies from tutorials without worrying about versions and then mixing them with your own project.