summaryrefslogtreecommitdiffstats
path: root/aai-client-loadbalancer/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-03-28 23:47:11 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-03-29 00:06:06 -0400
commita813f54f56f933aed461b367068651deec6518cb (patch)
treecb273f7c9335a31398048feae2d42b6653c538fe /aai-client-loadbalancer/pom.xml
parentc7ed1d3535ddc080dd3b790aea1e1af4e4cccc4d (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/pom.xml')
-rw-r--r--aai-client-loadbalancer/pom.xml5
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>