Add Awaitility for tests
Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/20330373
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/20330373
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/20330373
Branch: refs/heads/master
Commit: 20330373407397e9bef73ebfcf4ca2f372a77e5b
Parents: ca922a4
Author: Christian Schneider <cschneid@adobe.com>
Authored: Thu Feb 8 09:30:52 2018 +0100
Committer: Christian Schneider <cschneid@adobe.com>
Committed: Thu Feb 8 17:40:34 2018 +0100
----------------------------------------------------------------------
parent/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/20330373/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 09e9cc7..af59c55 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,6 +85,11 @@
<artifactId>shazamcrest</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<dependencyManagement>
@@ -154,6 +159,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>3.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
|