From d24a4f0aa92d6ea0c83d82bf2448c43d8ebdddaa Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 22 Apr 2021 12:33:04 +0100 Subject: Refactor data types cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids potential issue of data type cache changes by external parties, by returning copies from the cache instead of the original. Refactors the code for more clarity. Change-Id: Ibb518bf638f2f4ee1f5e3869baaace374efb632a Issue-ID: SDC-3569 Signed-off-by: André Schmid --- catalog-model/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'catalog-model/pom.xml') diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 17b1a0e30b..7666076de6 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -13,6 +13,10 @@ 1.9.0-SNAPSHOT + + 4.0.3 + + com.fasterxml.jackson.core @@ -297,6 +301,13 @@ test + + org.awaitility + awaitility + ${awaitility.version} + test + + org.codehaus.groovy groovy -- cgit 1.2.3-korg