From 58b18c11d3c95bb57c98860f9da0f14c849d5ccb Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 24 Mar 2020 14:22:43 -0400 Subject: [PATCH] Exclude jsr library Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: I7e2b7eae14f8e086697fcdbcab2610544bb4140d --- music-rest/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/music-rest/pom.xml b/music-rest/pom.xml index b5498f16..0397690e 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -134,6 +134,12 @@ com.sun.jersey jersey-client ${jersey1.version} + + + javax.ws.rs + jsr311-api + + com.sun.jersey -- 2.16.6