diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-03-24 10:03:33 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-03-24 10:03:33 -0400 |
commit | 8164f0b75e162c3c20c9cee8e0ed629156f35698 (patch) | |
tree | 1114c307db9e89d3d1f471b3c602f8748fee690e | |
parent | 786cc1cb6bceac6998602c0e7f0d50947ca8465c (diff) |
Exclude jsr library from swagger
Issue-ID: MUSIC-561
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I84232650f91b64b762eb7382dc79dced1b67f20b
-rwxr-xr-x | music-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/music-core/pom.xml b/music-core/pom.xml index a45e98c6..f6074f5a 100755 --- a/music-core/pom.xml +++ b/music-core/pom.xml @@ -301,6 +301,12 @@ <groupId>io.swagger</groupId> <artifactId>swagger-jersey-jaxrs</artifactId> <version>1.5.22</version> + <exclusions> + <exclusion> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> |