diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-06 13:54:33 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-06 14:29:37 +0200 |
commit | 089252de752d987756ae339b4a719ad689d02aa9 (patch) | |
tree | 7f73d120df6ec194014d96a3d92da00f57ec1a68 /aai-common-docker/pom.xml | |
parent | 0b348940476f4264aa0c1f3976760e8e70afbc25 (diff) |
AAI events are not being published
- create e2e test case for notification sending
- fix notification sending
- disable tests since they can only be active with some larger refactoring
Issue-ID: AAI-3988
Change-Id: I498b3b02218d81821dd17c3d8ad0da4de859924b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-common-docker/pom.xml')
-rw-r--r-- | aai-common-docker/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 8aaa8c57..c6c629bb 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.6-SNAPSHOT</version> + <version>1.14.7-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |