aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-03 09:27:23 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-03-03 09:27:35 -0500
commit732fe32adaa4be71e9bd435bd00c907b8ccf0710 (patch)
tree30e5622c8d37b0bfee085fbf549e256ccb91f67e
parent5922128637471bfa1897b8808561000988da733d (diff)
use policy/parent awaitility
use common version Issue-ID: POLICY-2381 Change-Id: Id231aa8709b3c4515fcac80b82d53fb8ed45eaf0 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--plugins/plugins-executor/plugins-executor-javascript/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml
index 38cca1126..d3d3faac0 100644
--- a/plugins/plugins-executor/plugins-executor-javascript/pom.xml
+++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml
@@ -67,7 +67,6 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
- <version>4.0.2</version>
<scope>test</scope>
</dependency>
@@ -92,4 +91,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>