From 9176af306fb414a6b6081bd7c48ab5aa940cf924 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 12 Feb 2025 09:08:59 +0100 Subject: [PATCH] Gating is failing due to PermanentLockingException in aai-resources - downgrade janusgraph (1.1.0 -> 1.0.1) to try to avoid transaction issues Issue-ID: AAI-4132 Change-Id: Idc1f064b359228ff3ee6ab795da01cb53425c792 Signed-off-by: Fiete Ostkamp --- aai-resources/pom.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 8910d5af..9c87ecae 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.15.5-SNAPSHOT + 1.15.6-SNAPSHOT 11 @@ -77,8 +77,8 @@ ${project.basedir}/src/main/resources/application.properties - + + 1.0.1 4.0.1 1.19.8 diff --git a/pom.xml b/pom.xml index e5f54e56..51d121d7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.15.5-SNAPSHOT + 1.15.6-SNAPSHOT aai-resources pom -- 2.16.6