CLM Fixes 13/36413/1
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Mon, 19 Mar 2018 06:22:15 +0000 (02:22 -0400)
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Mon, 19 Mar 2018 06:23:24 +0000 (02:23 -0400)
        Added netty to the Dependency List.

Change-Id: Id00fac7d3a124e82af1a7434d0c1cb7fb49ae022
Issue-ID: MUSIC-49, MUSIC-47
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1dfc5d3..1d3f87e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <scope>test</scope>
         </dependency>
         <!--  /Testing -->
-        
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+            <version>4.0.56.Final</version>
+        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>