Excluding jersey-core 1.13 and jax-rs 1.x 98/104298/1
authorTschaen, Brendan <ctschaen@att.com>
Tue, 24 Mar 2020 19:38:03 +0000 (15:38 -0400)
committerTschaen, Brendan <ctschaen@att.com>
Tue, 24 Mar 2020 19:38:03 +0000 (15:38 -0400)
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I8f9679e8137f92e8d5ecc9d0c4b2921217db7a97

music-core/pom.xml

index f465b75..8327bf4 100755 (executable)
               <exclusion>
                 <groupId>com.sun.jersey.contribs</groupId>
                 <artifactId>jersey-multipart</artifactId>
-                <!--<version>1.13</version> -->
+              </exclusion>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-core</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>javax.ws.rs</groupId>
+                <artifactId>jsr311-api</artifactId>
               </exclusion>
             </exclusions>
         </dependency>