Exclude Music Jar dependency 37/38137/1
authorst782s <statta@research.att.com>
Fri, 23 Mar 2018 15:49:49 +0000 (11:49 -0400)
committerst782s <statta@research.att.com>
Fri, 23 Mar 2018 15:49:49 +0000 (11:49 -0400)
Issue-ID: PORTAL-210

Modified POM to include epsdk-music-jar with dependency and exclude
music jar dependency

Change-Id: I212284cd2081e922aaeac46031b616340d35ec06
Signed-off-by: st782s <statta@research.att.com>
ecomp-sdk/epsdk-app-os/pom.xml

index 749e5ec..7bcaec6 100644 (file)
                        <artifactId>epsdk-music</artifactId>
                        <version>${epsdk.version}</version>
                        <classifier>jar-with-dependencies</classifier>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.onap.music</groupId>
+                                       <artifactId>*</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>com.att.eelf</groupId>