aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/pom.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2021-04-22 12:33:04 +0100
committerChristophe Closset <christophe.closset@intl.att.com>2021-04-29 15:15:34 +0000
commitd24a4f0aa92d6ea0c83d82bf2448c43d8ebdddaa (patch)
treec468f0bd65706a445dbedac354b40ce3621b0e60 /catalog-model/pom.xml
parent116c4a25d915411617a3382db47e56930fb6a3ba (diff)
Refactor data types cache
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 <andre.schmid@est.tech>
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r--catalog-model/pom.xml11
1 files changed, 11 insertions, 0 deletions
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 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
+ <properties>
+ <awaitility.version>4.0.3</awaitility.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -298,6 +302,13 @@
</dependency>
<dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>${awaitility.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</dependency>