summaryrefslogtreecommitdiffstats
path: root/models-provider/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2020-05-02 01:35:07 +0100
committerliamfallon <liam.fallon@est.tech>2020-05-04 21:20:38 +0100
commit275a3c5707c721d6fb020c9632f7a545cbc33b81 (patch)
treeb4d45d330c51356fc0eb5c494b14e7645a7bc7d7 /models-provider/pom.xml
parentc86d6a6645af95d76a8b2b59f24433c616bf49fe (diff)
Fix simultaneous write access to policy provider
This change serializes write access to the policy database via the AUthorative TOSCA provider by making sure that only one request is executed at a time. His change should be repolaced by proper session handling in the next release of the Policy Framework project. Issue-ID: POLICY-2533 Change-Id: I5fe4c0f2846981a66eb2f4e1da936fe3c9490ae5 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-provider/pom.xml')
-rw-r--r--models-provider/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-provider/pom.xml b/models-provider/pom.xml
index 20ea9abb5..f5dd6aea2 100644
--- a/models-provider/pom.xml
+++ b/models-provider/pom.xml
@@ -80,5 +80,10 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>