From 6891c2008b93e09f5a67e45b859696cd13466f8a Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Fri, 25 May 2018 16:09:38 -0400 Subject: Remove cambria client dependency Change-Id: I9760839ae44df851640b271d032a39f4bb3691c2 Issue-ID: AAI-1182 Signed-off-by: Daniel Silverthorn --- pom.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5ddef51..1cc8a5a 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ limitations under the License. aai-router-core google_checks.xml + 1.3.0-SNAPSHOT java jacoco @@ -60,20 +61,21 @@ limitations under the License. common-logging 1.2.2 + + + org.onap.aai.event-client + event-client-api + ${event.client.version} + + + org.onap.aai.event-client + event-client-dmaap + ${event.client.version} + - com.att.nsa - cambriaClient - 0.0.1 - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpclient-cache - - + org.onap.aai.event-client + event-client-kafka + ${event.client.version} -- cgit 1.2.3-korg