aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-05-29 11:43:49 -0400
committerJim Hahn <jrh3@att.com>2020-06-01 10:06:25 -0400
commit3c703e2e48c0e74cb580b8afafb212fb9728aeeb (patch)
tree70b0aa73da0949457998b4101547026e39060740 /applications/common/pom.xml
parent9213cdfc854115fb427ca22c1d04f2b3051f806f (diff)
Use OperationsHistory from models
Deleted Dbao and replaced it with the shared class in policy-models. Also had to update the queries and the persistence.xml accordingly. Issue-ID: POLICY-2581 Change-Id: I59dfa2f37c272796ccebc0f578c9f4e8e1b9c8ab Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r--applications/common/pom.xml5
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>