diff options
author | Bharath Balasubramanian <bharathb@research.att.com> | 2018-03-19 11:31:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-19 11:31:49 +0000 |
commit | 6cfe365f5e342df9d29935df15a83fee40289c5c (patch) | |
tree | fc7d6d7a36377bdeb9b3bd08b10fc9b2f234792b /pom.xml | |
parent | c3831578e0d0abb97a4725d3e01e0211dbb53e87 (diff) | |
parent | e0a891de60058eab2b92082f7cc2dde59f0f42be (diff) |
Merge "CLM Fixes"
Diffstat (limited to 'pom.xml')
-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> |