summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorst782s <statta@research.att.com>2018-03-23 11:49:49 -0400
committerst782s <statta@research.att.com>2018-03-23 11:49:49 -0400
commit246e8869946e22bd490912d00a23386d47507d2e (patch)
tree9dae3a51a63077e269c4fcc09bc6d0d88fa51fdc
parent42ca7b4e0dbc53b6a1edfc04bcb5020fc4a1d683 (diff)
Exclude Music Jar dependency
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>
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 749e5ec9..7bcaec66 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -248,6 +248,12 @@
<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>