diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2018-12-20 17:27:54 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2018-12-20 17:27:54 -0500 |
commit | bde93d748fd26d3f0447a434b92009aa9f24ba7e (patch) | |
tree | efb02aceafa66a6ef5e25dfd661457269b9a6a43 | |
parent | d4350cbfa330afbb5c51e42e5c1572f6478c5905 (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-x | mdbc-server/pom.xml | 6 | ||||
-rwxr-xr-x | pom.xml | 6 |
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> @@ -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> |