aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nelson <nelson24@att.com>2020-03-23 14:10:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-23 14:10:09 +0000
commit786cc1cb6bceac6998602c0e7f0d50947ca8465c (patch)
treeba0172903addacf44c03d03a959165a4688b019e
parentd7f9699a366991d9014880bdb5d2e9dec4ea1e0b (diff)
parent47b7c0e7d4c1ecc48df63c8e18ac06e6278a92cd (diff)
Merge "Remove duplicated jaxrs library"
-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 50e5fcaa..b5498f16 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -144,6 +144,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>