diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-03 08:33:10 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-03 08:33:25 -0500 |
commit | ce6397158e6ec07809de6216d0425ce98c98d015 (patch) | |
tree | e9eb5d02bfe45fad92d165089aa96ed6b3cc94de | |
parent | 300e6ff3003823e6efeaef73a48fa9b3234ca8a0 (diff) |
use policy/parent awaitility
This upgrades the version, but seems to work fine.
Issue-ID: POLICY-2381
Change-Id: I1f9b930b28c4fdce67921fd31269724a29c26fd6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | policy-management/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index f73fe44c..7d3ac12f 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -305,7 +305,6 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> - <version>3.0.0</version> <scope>test</scope> </dependency> |