From 2fb68aa6fc8e8d15d65c26505b3bd4a278b778ca Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 24 Mar 2020 17:07:00 -0400 Subject: [PATCH] Exclude jax-rs 1, force jax-rs 2 Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: I55fc7bf1bbbbdd4fc0b5d62276ba77c9ae81260d --- music-core/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/music-core/pom.xml b/music-core/pom.xml index 8327bf4e..a1fc3a61 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -271,7 +271,6 @@ test - com.fasterxml.jackson.datatype @@ -320,6 +319,18 @@ com.sun.jersey.contribs jersey-multipart 1.19 + + + javax.ws.rs + jsr311-api + + + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + provided com.google.guava -- 2.16.6