aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2018-03-19 11:31:49 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-19 11:31:49 +0000
commit6cfe365f5e342df9d29935df15a83fee40289c5c (patch)
treefc7d6d7a36377bdeb9b3bd08b10fc9b2f234792b
parentc3831578e0d0abb97a4725d3e01e0211dbb53e87 (diff)
parente0a891de60058eab2b92082f7cc2dde59f0f42be (diff)
Merge "CLM Fixes"
-rwxr-xr-xpom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 630c80a5..95d63c54 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>