From 790e10be2588261def49b5038bf76820708c34ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Aug 2015 10:28:13 +0100 Subject: [PATCH] #376 - Compile against latest JAX-RS API. This commit updates Spring HATEOAS' optional dependency on the JAX-RS API to use the latest version (which uses a different artifact ID). This change will make things a little easier for the Spring IO Platform which currently provides dependency management for Jersey 2.x (which uses JAX-RS 2.0), by allowing it to stop providing dependency management for the JAX-RS 1.0 API. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 259e393e..94d53288 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 4.1.7.RELEASE 1.1.3 2.5.4 - 1.0 + 2.0.1 2.2 2.0.0 1.7.12 @@ -447,7 +447,7 @@ javax.ws.rs - jsr311-api + javax.ws.rs-api ${jaxrs.version} true