diff options
author | Dasar <avinash.ganesh.dasar@accenture.com> | 2024-04-12 18:27:46 +0530 |
---|---|---|
committer | Dasar <avinash.ganesh.dasar@accenture.com> | 2024-04-12 18:27:46 +0530 |
commit | e46a20c7d53690df1a0c9f5b3f052c12e3949fb2 (patch) | |
tree | 9ad5706e570e7d5506830b25e20e594d73cf2606 /aai-resources/pom.xml | |
parent | 96222bb900d5dce5c3b2dcc91c67bf33fa426cdc (diff) |
Remove DMaaP dependency from AAI-Resources
- Remove DMaaP related references from AAI-resources and added kafka
related configuration
- Updated AAI-Common version from 1.13.3 to 1.13.6
Issue-ID: AAI-3793
Change-Id: If1e141a3ae71b0c053f68ec13387426d3687f9c0
Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index ced10c2..79a1d75 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -528,18 +528,9 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> - <artifactId>dmaapClient</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>com.att.aft</groupId> - <artifactId>dme2</artifactId> - </exclusion> - </exclusions> + <groupId>org.springframework.kafka</groupId> + <artifactId>spring-kafka</artifactId> + <version>2.7.14</version> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> |