diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-05-11 14:35:20 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2021-05-28 15:45:52 +0100 |
commit | 09e2bc57b947fb71c4dde9a8c0ded52f695abda1 (patch) | |
tree | f2259c0b5a0968792d6f3fa51bc4c9ae31ae2756 /models-pap/pom.xml | |
parent | e6bc3b407aadcab3b54074e39afc4c4dfe142b06 (diff) |
Handling Policy deploy/undeploy audit models
Added a new Entity to store information when a Pdp Policy is deployed or
undeployed and its create/retrieve methods.
Change-Id: I35b3608c878bbfbbee0a99a124d100a48fe08131
Issue-ID: POLICY-2899
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'models-pap/pom.xml')
-rw-r--r-- | models-pap/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/models-pap/pom.xml b/models-pap/pom.xml index f2ac085a7..39508638e 100644 --- a/models-pap/pom.xml +++ b/models-pap/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019-2021 Nordix Foundation. Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -53,5 +53,15 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |