diff options
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 557e1f44..d0bbb1db 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -222,6 +222,12 @@ </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>gson</artifactId> + <version>${policy.common.version}</version> + </dependency> + + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> |