Gating is failing due to PermanentLockingException in aai-resources 87/140187/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 12 Feb 2025 08:08:59 +0000 (09:08 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 12 Feb 2025 08:13:34 +0000 (09:13 +0100)
- 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 <Fiete.Ostkamp@telekom.de>
aai-resources/pom.xml
pom.xml

index 8910d5a..9c87eca 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.15.5-SNAPSHOT</version>
+        <version>1.15.6-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>11</java.version>
@@ -77,8 +77,8 @@
         <schema.ingest.file>${project.basedir}/src/main/resources/application.properties</schema.ingest.file>
 
         <!-- End of Default ONAP Schema Properties -->
-        <!-- <janusgraph.version>0.6.4</janusgraph.version>
-        <gremlin.version>3.5.8</gremlin.version> -->
+        <!-- <gremlin.version>3.5.8</gremlin.version> -->
+        <janusgraph.version>1.0.1</janusgraph.version>
 
         <javax.servlet.version>4.0.1</javax.servlet.version>
         <testcontainers.version>1.19.8</testcontainers.version>
diff --git a/pom.xml b/pom.xml
index e5f54e5..51d121d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.15.5-SNAPSHOT</version>
+    <version>1.15.6-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>