diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 11 |
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> |