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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.14.6-SNAPSHOT</version> + <version>1.14.7-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-common</name> <description>Contains all of the common code for resources and traversal repos</description> |