Excluding jersey-core 1.13 and jax-rs 1.x
[music.git] / 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>