From 4f95dd7c2951fef7d73b598456c2a361b2f56989 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 24 Mar 2020 12:22:42 -0400 Subject: [PATCH] Use v1.19 of jersey-multipath matches the same version used elsewhere and does not pull in jax-rs library Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: I7f708f1f5e2d41d15f133c2c2fa1ea6acdb98b90 --- music-core/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/music-core/pom.xml b/music-core/pom.xml index f6074f5a..f465b758 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -303,11 +303,17 @@ 1.5.22 - javax.ws.rs - jsr311-api + com.sun.jersey.contribs + jersey-multipart + + + com.sun.jersey.contribs + jersey-multipart + 1.19 + com.google.guava guava -- 2.16.6