diff options
author | liamfallon <liam.fallon@est.tech> | 2020-04-06 15:41:28 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-04-06 18:44:17 +0100 |
commit | 69c227a9f1d91268fbd91471b012af38fba8b857 (patch) | |
tree | 6d950f8c4f7b54f8348dc7960e982a8dd26feee3 /services/services-engine/pom.xml | |
parent | e1085f59c1ecd68de574391dc490973abd72a731 (diff) |
Fix intermittent unit test failures WebSocket
The Web Socket server is marked as started before the start process has
complted. This change fixes that issue.
Issue-ID: POLICY-1470
Change-Id: I5b5ef5832893d884a6551b0516df91cb71d6c622
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r-- | services/services-engine/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 23858a06e..3748097b2 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019-2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -64,6 +64,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.models</groupId> <artifactId>policy-models-pdp</artifactId> <exclusions> |