From a6056f7344c2e7adebc651ea63c4e9d2d070172b Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Wed, 25 Mar 2020 12:45:51 -0400 Subject: [PATCH] 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 --- music-rest/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + -- 2.16.6