Updated to use event-client:1.6.4
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7aa8701..e0ff239 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,17 +24,18 @@ limitations under the License.
    <parent>
       <groupId>org.onap.aai.aai-common</groupId>
       <artifactId>aai-parent</artifactId>
-      <version>1.6.6-SNAPSHOT</version>
+      <version>1.6.8</version>
    </parent>
 
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.6.4-SNAPSHOT</version>
+   <version>1.6.5-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
-      <event.client.version>1.5.0</event.client.version>
+      <aai.common.version>1.6.8</aai.common.version>
+      <event.client.version>1.6.4</event.client.version>
       <!-- Sonar Properties -->
       <jacoco.line.coverage.limit>0.70</jacoco.line.coverage.limit>
       <camel-spring-boot.version>2.22.1</camel-spring-boot.version>
@@ -89,7 +90,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.schema-service</groupId>
          <artifactId>aai-schema</artifactId>
-         <version>1.6.3</version>
+         <version>1.6.5</version>
       </dependency>
       <dependency>
          <groupId>org.onap.aai.aai-common</groupId>