diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-05-03 17:07:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-03 17:07:03 +0000 |
commit | fdb7710e046a52603da074189969c13395ef2a09 (patch) | |
tree | dd34e1539847ed0c1ba5d3f28ba2f106c8ecc6c7 /controlloop/common/guard/pom.xml | |
parent | 373d049804e85d0c9c28dc739c90d5d51942e368 (diff) | |
parent | 002248883ff9134cd66e39147c062ad3936e1a74 (diff) |
Merge "Change guard pdp rest to new api"
Diffstat (limited to 'controlloop/common/guard/pom.xml')
-rw-r--r-- | controlloop/common/guard/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 07aa304b7..54e922ecc 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -119,6 +119,16 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.onap.policy.models</groupId> + <artifactId>policy-models-decisions</artifactId> + <version>${policy.models.version}</version> + </dependency> + <dependency> + <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> + <artifactId>rest</artifactId> + <version>${policy.models.version}</version> + </dependency> + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.13.0</version> |