From 037c33e49b202218261b474439def75d508717f4 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 26 Jun 2024 14:12:55 +0200 Subject: Update Janusgraph to 0.5.0 in aai-common - update tinkerpop to 3.4.13 - update janusgraph to 0.5.0 - restore the total-pages header that was accidentally removed in the last pagination commit - remove stateful pagination logic from HttpEntry Issue-ID: AAI-3900 Change-Id: I5fac397ece75136673b8dc3866e10ff15dfdcee3 Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 84b79a4a..e86f1012 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -62,8 +62,8 @@ limitations under the License. 2.0.0-oss 2.3.31 31.1-jre - 3.4.0 - 0.4.0 + 3.4.13 + 0.5.0 2.5.15 2.9.1 2.0.0.0 @@ -315,7 +315,7 @@ limitations under the License. org.janusgraph - janusgraph-cassandra + janusgraph-cql ${janusgraph.version} @@ -330,7 +330,7 @@ limitations under the License. org.janusgraph - janusgraph-cql + janusgraph-inmemory ${janusgraph.version} -- cgit 1.2.3-korg