diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-28 23:47:11 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-29 00:06:06 -0400 |
commit | a813f54f56f933aed461b367068651deec6518cb (patch) | |
tree | cb273f7c9335a31398048feae2d42b6653c538fe /aai-client-loadbalancer | |
parent | c7ed1d3535ddc080dd3b790aea1e1af4e4cccc4d (diff) |
Update camel jms to using spring jms
Issue-ID: AAI-586
Change-Id: Iac662424d9d912bfc1792c2a495821b0c9ff6339
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-client-loadbalancer')
-rw-r--r-- | aai-client-loadbalancer/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index 5ed63d4a..58454d6c 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -81,6 +81,11 @@ <artifactId>spring-retry</artifactId> <version>1.2.1.RELEASE</version> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-codec-http</artifactId> + <version>4.0.29.Final</version> + </dependency> </dependencies> <dependencyManagement> |