Force exclusion of jsr311 94/104394/1
authorTschaen, Brendan <ctschaen@att.com>
Wed, 25 Mar 2020 16:45:51 +0000 (12:45 -0400)
committerTschaen, Brendan <ctschaen@att.com>
Wed, 25 Mar 2020 16:49:09 +0000 (12:49 -0400)
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

music-rest/pom.xml

index 0397690..d412cce 100755 (executable)
                     <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>