upgrade to new event client
[aai/champ.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0f08a93..ddb677b 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,18 +25,18 @@ limitations under the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.onap.aai</groupId>
     <artifactId>champ</artifactId>
     <name>aai-champ</name>
     <packaging>pom</packaging>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <properties>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <event.client.version>1.2.1</event.client.version>
+        <event.client.version>1.4.0-SNAPSHOT</event.client.version>
     </properties>
 
     <modules>
@@ -79,6 +79,11 @@ limitations under the License.
                 <version>${event.client.version}</version>
             </dependency>
 
+                <dependency>
+                        <groupId>org.onap.aai.event-client</groupId>
+                        <artifactId>event-client-rabbitmq</artifactId>
+                        <version>${event.client.version}</version>
+                </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
@@ -100,7 +105,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-common</artifactId>
-                <version>2.7.6</version>
+                <version>2.7.7</version>
             </dependency>
 
             <dependency>