diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 19c54dbb..1a1f537c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -68,6 +68,22 @@ <version>1.18.4</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${policy.common.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |