diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml index 274ec72e..ba365cb7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -49,6 +49,11 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>utils-test</artifactId> + <version>${policy.common.version}</version> + </dependency> </dependencies> <build> |