From d87dc3cc31774f3f3d66913a435e0f024be5edb4 Mon Sep 17 00:00:00 2001 From: Anthony Milbourne Date: Tue, 26 Jul 2016 10:29:02 +0100 Subject: [PATCH] Upgrade to Jersey 1.19 This upgrade allows projects using newer versions of the jsr311 api (JAX-RS) to exclude the dependency from Jersey. Jersey 1.13 just had the api classes as part of the codebase (not a dependency) so you couldn't resolve the conflict. --- azure/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/pom.xml b/azure/pom.xml index e8ecf2c1ad28..c7378e1df6e6 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -95,12 +95,12 @@ com.sun.jersey jersey-client - 1.13 + 1.19 com.sun.jersey jersey-json - 1.13 + 1.19 commons-logging