aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-03-19 02:22:15 -0400
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>2018-03-19 02:23:24 -0400
commite0a891de60058eab2b92082f7cc2dde59f0f42be (patch)
tree50f5dfee926fb873cdd5501d56943c124c910872
parent5538377ed71c1e3519a2fe7b7ee50185f4764675 (diff)
CLM Fixes
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>
-rwxr-xr-xpom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1dfc5d3d..1d3f87e7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,11 @@
<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>