diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-10-25 12:08:40 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-11-07 14:59:00 -0500 |
commit | eaae0cb64d02107a2aeefaf290017b073b3acb81 (patch) | |
tree | 973ee6b15456d4a44fc0c7423b62195978f00584 /pom.xml | |
parent | 3643d007b40afce880347de24b3cf9a7607da97f (diff) |
Updating event-client verion to 1.3.1
Change-Id: I7473e5f25f0dd0afde3334f8ccd930e5b928fdfd
Issue-ID: AAI-1797
Signed-off-by: davesh <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,7 +34,7 @@ limitations under the License. <name>aai-router-core</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <event.client.version>1.3.0</event.client.version> + <event.client.version>1.3.1</event.client.version> <!-- Sonar Properties --> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> @@ -80,6 +80,12 @@ limitations under the License. </dependency> <dependency> + <groupId>org.onap.aai.event-client</groupId> + <artifactId>event-client-rabbitmq</artifactId> + <version>${event.client.version}</version> + </dependency> + + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.5</version> |