diff options
author | michaere <michaere@amdocs.com> | 2018-09-19 16:29:23 +0100 |
---|---|---|
committer | michaere <michaere@amdocs.com> | 2018-09-19 17:04:09 +0100 |
commit | b83cf59d4b741c9faa2c3086115f8b01ed5a724a (patch) | |
tree | 3d95a2c046065edcdd070cbbdebde13b23ae3b6a | |
parent | a2840dc7478790122b6ef5715050ca1b98d14e96 (diff) |
Update event-client dependencies to 1.3.03.0.0-ONAP1.3.0
Fix for security vunerability and also reinstate event-client-kafka
dependency
Issue-ID: AAI-1647
Change-Id: I1419def660014ceec2c78c71745d6bca2c563bbf
Signed-off-by: michaere <michaere@amdocs.com>
-rw-r--r-- | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -131,7 +131,18 @@ limitations under the License. <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId> - <version>1.2.2</version> + <version>1.3.0</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-kafka</artifactId> + <version>1.3.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |