From 912bfd1019b001e1897c33887cc84dd86c56fce6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 3 Jul 2024 13:47:19 +0200 Subject: Pagination will throw an IllegalArgumentException if there are no vertices of the requested type - provide empty PaginationResponse when traversal.next() throws IllegalArgumentException Issue-ID: AAI-3917 Change-Id: I280f216050ea16953015023146d40674e067f028 Signed-off-by: Fiete Ostkamp --- aai-utils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-utils/pom.xml') diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 40b05888..56d14a26 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.14.3-SNAPSHOT + 1.14.4-SNAPSHOT ../aai-parent/pom.xml aai-utils -- cgit 1.2.3-korg