aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2018-11-08 09:41:56 -0500
committerShwetank Dave <shwetank.dave@amdocs.com>2018-11-08 09:43:19 -0500
commitbf7e693afd6af7370f5bd62957bf55cda9bc2cad (patch)
treec99731419e4c4100e9b88a38e1f65a8d12c4fd34
parentdee6c34b3e5d3b40bc74fc73fafc1d116126c7fc (diff)
Updated event-client to 1.3.1
- Added rabbit-mq as a dependency (from event-cleint version 1.3.1) Change-Id: Ibb45d6a79f1981fab0ce49a1636f298d0456f4f9 Issue-ID: AAI-1796 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
-rw-r--r--pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 51441e8..66f01ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@ limitations under the License.
<properties>
<docker.location>${basedir}/target</docker.location>
<version.org.onap.aai.aai-common>1.2.4</version.org.onap.aai.aai-common>
+ <event.client.version>1.3.1</event.client.version>
</properties>
<dependencyManagement>
@@ -149,7 +150,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client-dmaap</artifactId>
- <version>1.3.0</version>
+ <version>${event.client.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -160,7 +161,19 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client-kafka</artifactId>
- <version>1.3.0</version>
+ <version>${event.client.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.onap.aai.event-client</groupId>
+ <artifactId>event-client-rabbitmq</artifactId>
+ <version>${event.client.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>