aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-23 09:37:46 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-03-23 09:39:03 -0400
commit47b7c0e7d4c1ecc48df63c8e18ac06e6278a92cd (patch)
treec8ac88777b85875fb2481ccc56866049e0cb0228
parent84ca96a175ba40f0dced5845cdd28f925ec3fd97 (diff)
Remove duplicated jaxrs library
Having different version number of jaxrs is creating problems Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Iba38aeaa50e1279c3e7f4c55d838f75860bf1362
-rwxr-xr-xmusic-rest/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/music-rest/pom.xml b/music-rest/pom.xml
index 7d407e61..84e86ed0 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -151,6 +151,12 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>${jersey1.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>