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/aai-haproxy-image/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/aai-haproxy-image/pom.xml')
-rw-r--r-- | aai-common-docker/aai-haproxy-image/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-common-docker/aai-haproxy-image/pom.xml b/aai-common-docker/aai-haproxy-image/pom.xml index bd2b3a45..8b98e471 100644 --- a/aai-common-docker/aai-haproxy-image/pom.xml +++ b/aai-common-docker/aai-haproxy-image/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common-docker</artifactId> - <version>1.14.6-SNAPSHOT</version> + <version>1.14.7-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> - <version>1.14.6-SNAPSHOT</version> + <version>1.14.7-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-haproxy-image</name> <description>Contains dockerfiles for aai-haproxy image.</description> |