Remove netty dependency pulled in by music library 35/75035/1
authorTschaen, Brendan <ctschaen@att.com>
Thu, 20 Dec 2018 22:27:54 +0000 (17:27 -0500)
committerTschaen, Brendan <ctschaen@att.com>
Thu, 20 Dec 2018 22:27:54 +0000 (17:27 -0500)
Issue-ID: MUSIC-265

Change-Id: I04a403653db4bb989901a565cf64f85a0ed2239b
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
mdbc-server/pom.xml
pom.xml

index de18444..1a5a6db 100755 (executable)
             <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 (executable)
--- a/pom.xml
+++ b/pom.xml
             <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>