aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-25 12:45:51 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-03-25 12:49:09 -0400
commita6056f7344c2e7adebc651ea63c4e9d2d070172b (patch)
tree2a3ad370ae7e561467e22830e55dc89a16ca1bd6
parent2fb68aa6fc8e8d15d65c26505b3bd4a278b778ca (diff)
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 <ctschaen@att.com> Change-Id: I966bfffe22cc57264091eddaa0480d6582369b66
-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 0397690e..d412ccef 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -228,6 +228,12 @@
<outputDirectory>${project.basedir}/distribution/music/</outputDirectory>
<addResources>true</addResources>
<finalName>MUSIC-SB</finalName>
+ <excludes>
+ <exclude>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ </exclude>
+ </excludes>
</configuration>
<executions>
<execution>