diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-19 02:22:15 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-19 02:23:24 -0400 |
commit | e0a891de60058eab2b92082f7cc2dde59f0f42be (patch) | |
tree | 50f5dfee926fb873cdd5501d56943c124c910872 | |
parent | 5538377ed71c1e3519a2fe7b7ee50185f4764675 (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-x | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |