Use v1.19 of jersey-multipath 72/104272/1
authorTschaen, Brendan <ctschaen@att.com>
Tue, 24 Mar 2020 16:22:42 +0000 (12:22 -0400)
committerTschaen, Brendan <ctschaen@att.com>
Tue, 24 Mar 2020 16:23:18 +0000 (12:23 -0400)
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

music-core/pom.xml

index f6074f5..f465b75 100755 (executable)
             <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>