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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.13.3</aai.common.version> + <aai.common.version>1.13.6</aai.common.version> <aai.schema.service.version>1.12.3</aai.schema.service.version> </properties> <build> |