diff options
Diffstat (limited to 'feature-simulators/pom.xml')
-rw-r--r-- | feature-simulators/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index d4ecf7a7..7e7a2064 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -44,6 +44,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.13.0</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> |