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>
<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>