aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-05-01 19:55:48 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-05-02 20:35:06 -0400
commit92726bd4b993c518f2f208465390e90499af35a2 (patch)
tree30cf2d6ae896b9962a9015b8b2b14747dd0d773a /aai-core/pom.xml
parent76e0238909993042d4d6377d2883cc8d10e0907d (diff)
Remove the client load balancer use http client
Issue-ID: AAI-965 Change-Id: I68600c2a586faa5537ac58ca21b06e984413a8bc Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index c00d38ea..dc9b2787 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -588,17 +588,6 @@
<version>1.9</version>
</dependency>
<dependency>
- <groupId>com.att.nsa</groupId>
- <artifactId>dmaapClient</artifactId>
- <version>0.2.12</version>
- <exclusions>
- <exclusion>
- <groupId>com.att.aft</groupId>
- <artifactId>dme2</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-javaagent</artifactId>
<version>1.6.2</version>
@@ -616,11 +605,6 @@
<version>${httpclient.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-client-loadbalancer</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>${gremlin.version}</version>
@@ -645,6 +629,11 @@
<artifactId>jackson-annotations</artifactId>
<version>2.8.11</version>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.17</version>
+ </dependency>
</dependencies>
<!-- Plugins and repositories -->