diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-03-24 15:38:03 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-03-24 15:38:03 -0400 |
commit | 951bc7766db712678c77bdbad11e9f362d4679c6 (patch) | |
tree | e56a27561fb83475e41e09451f52648d90583196 /music-core | |
parent | 58b18c11d3c95bb57c98860f9da0f14c849d5ccb (diff) |
Excluding jersey-core 1.13 and jax-rs 1.x
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I8f9679e8137f92e8d5ecc9d0c4b2921217db7a97
Diffstat (limited to 'music-core')
-rwxr-xr-x | music-core/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/music-core/pom.xml b/music-core/pom.xml index f465b758..8327bf4e 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -305,7 +305,14 @@ <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> |