aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2018-12-20 17:27:54 -0500
committerTschaen, Brendan <ctschaen@att.com>2018-12-20 17:27:54 -0500
commitbde93d748fd26d3f0447a434b92009aa9f24ba7e (patch)
treeefb02aceafa66a6ef5e25dfd661457269b9a6a43
parentd4350cbfa330afbb5c51e42e5c1572f6478c5905 (diff)
Remove netty dependency pulled in by music library
Issue-ID: MUSIC-265 Change-Id: I04a403653db4bb989901a565cf64f85a0ed2239b Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
-rwxr-xr-xmdbc-server/pom.xml6
-rwxr-xr-xpom.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/mdbc-server/pom.xml b/mdbc-server/pom.xml
index de18444..1a5a6db 100755
--- a/mdbc-server/pom.xml
+++ b/mdbc-server/pom.xml
@@ -176,6 +176,12 @@
<groupId>org.onap.music</groupId>
<artifactId>dev-MUSIC-cassandra</artifactId>
<version>3.2.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 778dda3..f01217f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -236,6 +236,12 @@
<groupId>org.onap.music</groupId>
<artifactId>dev-MUSIC-cassandra</artifactId>
<version>3.2.1-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>