From: Tschaen, Brendan Date: Wed, 25 Mar 2020 16:45:51 +0000 (-0400) Subject: Force exclusion of jsr311 X-Git-Tag: 3.2.38~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=music.git;a=commitdiff_plain;h=a6056f7344c2e7adebc651ea63c4e9d2d070172b Force exclusion of jsr311 Building the container from the ONAP Jenkins job pulls in this library, even though it is not a dependency according to maven Issue-ID: MUSIC-561 Signed-off-by: Tschaen, Brendan Change-Id: I966bfffe22cc57264091eddaa0480d6582369b66 --- diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 0397690e..d412ccef 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -228,6 +228,12 @@ ${project.basedir}/distribution/music/ true MUSIC-SB + + + javax.ws.rs + jsr311-api + +