Updating even-client to 1.3.1 - RMQ support 25/72125/1
authorShwetank Dave <shwetank.dave@amdocs.com>
Mon, 22 Oct 2018 16:20:09 +0000 (12:20 -0400)
committerShwetank Dave <shwetank.dave@amdocs.com>
Wed, 7 Nov 2018 21:46:19 +0000 (16:46 -0500)
Issue-ID: AAI-1795
Change-Id: Ibfba91df6cb56a409165d6641ff81477a8c252e8
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
champ-lib/champ-core/pom.xml
champ-service-deps-janus/pom.xml
champ-service-deps-titan/pom.xml
pom.xml

index d86f11f..ada6905 100644 (file)
@@ -49,6 +49,10 @@ limitations under the License.
             <groupId>org.onap.aai.event-client</groupId>
             <artifactId>event-client-kafka</artifactId>
         </dependency>
+                     <dependency>
+                        <groupId>org.onap.aai.event-client</groupId>
+                        <artifactId>event-client-rabbitmq</artifactId>
+                </dependency>
         <!-- Event Bus Library - END -->
 
         <dependency>
index db1bf26..05f4977 100644 (file)
@@ -118,6 +118,10 @@ limitations under the License.
                     <groupId>org.onap.aai.event-client</groupId>
                     <artifactId>event-client-kafka</artifactId>
                 </exclusion>
+               <exclusion> 
+                    <groupId>org.onap.aai.event-client</groupId>
+                    <artifactId>event-client-rabbitmq</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.apache.httpcomponents</groupId>
                     <artifactId>httpclient</artifactId>
index 20b5ec3..59f2dd7 100644 (file)
@@ -138,6 +138,10 @@ limitations under the License.
                     <groupId>org.onap.aai.event-client</groupId>
                     <artifactId>event-client-kafka</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.onap.aai.event-client</groupId>
+                    <artifactId>event-client-rabbitmq</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.apache.httpcomponents</groupId>
                     <artifactId>httpcore</artifactId>
diff --git a/pom.xml b/pom.xml
index b4d162e..a4849b8 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
 
     <properties>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-        <event.client.version>1.3.0</event.client.version>
+        <event.client.version>1.3.1</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>