diff options
author | Thomas Nelson <nelson24@att.com> | 2020-03-23 14:10:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-23 14:10:09 +0000 |
commit | 786cc1cb6bceac6998602c0e7f0d50947ca8465c (patch) | |
tree | ba0172903addacf44c03d03a959165a4688b019e /music-rest/pom.xml | |
parent | d7f9699a366991d9014880bdb5d2e9dec4ea1e0b (diff) | |
parent | 47b7c0e7d4c1ecc48df63c8e18ac06e6278a92cd (diff) |
Merge "Remove duplicated jaxrs library"
Diffstat (limited to 'music-rest/pom.xml')
-rwxr-xr-x | music-rest/pom.xml | 6 |
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> |