From 5026c0765b945cdad70cc4be4487e372d8c6a55f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 5 Feb 2024 15:34:01 +0100 Subject: Pivoting a TraversalURIOptimisedQuery is broken in release 1.13.2 - fix query building for TraversalURIOptimizedQuery - enable DataLinkTests for TRAVERSAL_URI again - add further tests to test pivoting more directly - roll back version to 1.13.2 to rerelease fixed version - add python six dependency to fix upstream issue with sphinxcontrib-swagger dependency Issue-ID: AAI-3758 Signed-off-by: Fiete Ostkamp Change-Id: I3e54216e00d0491d64265e149f55cf8aba6fabd9 --- aai-annotations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-annotations/pom.xml') diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index c77ccc3e..835ec72f 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.13.3-SNAPSHOT + 1.13.2-SNAPSHOT ../aai-parent/pom.xml aai-annotations -- cgit 1.2.3-korg