aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/controller-usecases/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/controller-usecases/pom.xml')
-rw-r--r--controlloop/common/controller-usecases/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/controlloop/common/controller-usecases/pom.xml b/controlloop/common/controller-usecases/pom.xml
index 10d7425ce..3c299334b 100644
--- a/controlloop/common/controller-usecases/pom.xml
+++ b/controlloop/common/controller-usecases/pom.xml
@@ -189,6 +189,18 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.models.policy-models-interactions</groupId>
+ <artifactId>simulators</artifactId>
+ <version>${policy.models.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>4.0.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>