diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-02 21:16:41 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-03 16:58:16 -0400 |
commit | 84230cdc951c87874ce89d4d9d2fe73084ded7b6 (patch) | |
tree | 5ca370ca07aff4e657964502fc81880b7af13d60 /aai-resources/pom.xml | |
parent | 1a3f260184fea1e2f2c1e1f326c7629d0a3a6c8a (diff) |
Update to remove loadbalancer code
Also add the realtime client SO
Issue-ID: AAI-965
Issue-ID: AAI-1121
Change-Id: Ie94c53f1cb0c4f5e60dbd77c8ae100c52ad9c055
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index a909183..38ab635 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -44,9 +44,8 @@ <namespace>com.att.ajsc</namespace> <start-class>org.onap.aai.ResourcesApp</start-class> - <aai-schema.version>1.2.3</aai-schema.version> - <aai.core.version>1.2.3</aai.core.version> - <aai.client.loadbalancer.version>1.2.3</aai.client.loadbalancer.version> + <aai-schema.version>1.2.4</aai-schema.version> + <aai.core.version>1.2.4</aai.core.version> <hbase.version>1.0.2</hbase.version> @@ -627,21 +626,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-client-loadbalancer</artifactId> - <version>${aai.client.loadbalancer.version}</version> - <exclusions> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty-handler</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-apache-client4</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>${netty.handler.version}</version> |