Remove cambria client dependency
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5ddef51..1cc8a5a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@ limitations under the License.
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
+      <event.client.version>1.3.0-SNAPSHOT</event.client.version>
       <!-- Sonar Properties -->
       <sonar.language>java</sonar.language>
       <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -60,20 +61,21 @@ limitations under the License.
          <artifactId>common-logging</artifactId>
          <version>1.2.2</version>
       </dependency>
+
+      <dependency>
+          <groupId>org.onap.aai.event-client</groupId>
+          <artifactId>event-client-api</artifactId>
+          <version>${event.client.version}</version>
+      </dependency>
+      <dependency>
+          <groupId>org.onap.aai.event-client</groupId>
+          <artifactId>event-client-dmaap</artifactId>
+          <version>${event.client.version}</version>
+      </dependency>
       <dependency>
-         <groupId>com.att.nsa</groupId>
-         <artifactId>cambriaClient</artifactId>
-         <version>0.0.1</version>
-        <exclusions>
-                <exclusion>
-                  <groupId>org.apache.httpcomponents</groupId>
-                 <artifactId>httpclient</artifactId>
-                </exclusion>
-                <exclusion>
-                  <groupId>org.apache.httpcomponents</groupId>
-                 <artifactId>httpclient-cache</artifactId>
-                </exclusion>
-            </exclusions>
+          <groupId>org.onap.aai.event-client</groupId>
+          <artifactId>event-client-kafka</artifactId>
+          <version>${event.client.version}</version>
       </dependency>
 
       <dependency>