From 7fd71f5bd31fa0e4faf07cd296be665017a59c77 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 2 May 2023 20:01:34 +0100 Subject: Fix and refactor query across anchors (CPS-1664 #3) - Fix CPS-1580: Query Across All Anchors Does NOT Filter on Dataspace - Fix CPS-1582: NullPointerException in queryDataNodesAcrossAnchors - Improve performance of queryDataNodesAcrossAnchors - Refactor queryDataNodes - Refactor FragmentQueryBuilder Issue-ID: CPS-1580 Signed-off-by: danielhanrahan Change-Id: I8b83d4c580280d8719ab2ac33f3914f53e798774 --- cps-ri/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index c38c13b7b..ea1efcb3e 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,7 +33,7 @@ cps-ri - 0.80 + 0.79 -- cgit 1.2.3-korg