aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-24 12:22:42 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-03-24 12:23:18 -0400
commit4f95dd7c2951fef7d73b598456c2a361b2f56989 (patch)
treec813df59d0631ecdb34d051264bc08e6b4e87e17
parent8164f0b75e162c3c20c9cee8e0ed629156f35698 (diff)
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 <ctschaen@att.com> Change-Id: I7f708f1f5e2d41d15f133c2c2fa1ea6acdb98b90
-rwxr-xr-xmusic-core/pom.xml10
1 files 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,12 +303,18 @@
<version>1.5.22</version>
<exclusions>
<exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>jsr311-api</artifactId>
+ <groupId>com.sun.jersey.contribs</groupId>
+ <artifactId>jersey-multipart</artifactId>
+ <!--<version>1.13</version> -->
</exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>com.sun.jersey.contribs</groupId>
+ <artifactId>jersey-multipart</artifactId>
+ <version>1.19</version>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>