aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-24 14:22:43 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-03-24 14:25:15 -0400
commit58b18c11d3c95bb57c98860f9da0f14c849d5ccb (patch)
tree76cebaa8b2c623ee5658ae12fd8711ab462b1769
parent4f95dd7c2951fef7d73b598456c2a361b2f56989 (diff)
Exclude jsr library
Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I7e2b7eae14f8e086697fcdbcab2610544bb4140d
-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 b5498f16..0397690e 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -134,6 +134,12 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey1.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>