diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-02 12:00:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-02 12:00:37 +0000 |
commit | 893d64185a9432e2fd8808e58f8a76566fceaaf9 (patch) | |
tree | 385c04e893dd674621ce7436be522cac0b53ed19 /applications/common/pom.xml | |
parent | 4dcc36142e51b389c5df97c227acc08608caa3b0 (diff) | |
parent | 3c703e2e48c0e74cb580b8afafb212fb9728aeeb (diff) |
Merge "Use OperationsHistory from models"
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 2d29ded8..0142c4e0 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -58,6 +58,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> + <artifactId>guard</artifactId> + <version>${policy.models.version}</version> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> <version>${policy.common.version}</version> |