Remove cambria client dependency
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b77c39c..1cc8a5a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,10 +30,11 @@ limitations under the License.
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.2.0-SNAPSHOT</version>
+   <version>1.3.0-SNAPSHOT</version>
    <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>
@@ -46,13 +47,13 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-core</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
       </dependency>
       <!-- support camel documentation -->
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>apt</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
       </dependency>
       <!-- logging -->
       <dependency>
@@ -60,11 +61,29 @@ 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>
+          <groupId>org.onap.aai.event-client</groupId>
+          <artifactId>event-client-kafka</artifactId>
+          <version>${event.client.version}</version>
       </dependency>
+
+      <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.5</version>
+      </dependency>
+
       <!-- Dependencies for the REST Client component -->
       <!-- Library to obfuscate encrypted passwords -->
       <dependency>
@@ -83,7 +102,7 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-test</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
          <scope>test</scope>
       </dependency>
    </dependencies>