mamatoad / soccer-records

Web-based Information System for managing soccer records (players, teams, matches)
4 stars 0 forks source link

Update Jersey dependency #32

Closed livthomas closed 10 years ago

livthomas commented 10 years ago

Use new version of Jersey (2.4.1):

http://mvnrepository.com/artifact/org.glassfish.jersey.containers/jersey-container-servlet/2.4.1 (for Servlet API 3.x) or http://mvnrepository.com/artifact/org.glassfish.jersey.containers/jersey-container-servlet-core/2.4.1 (for Servlet API 2.x)

livthomas commented 10 years ago

Jersey 2.x does not support Spring integration so it was decided not to update from 1.x