BAEL-685 do not need avaitility lib
This commit is contained in:
parent
9d46c8f3d1
commit
7d9c4b5bb9
|
@ -31,13 +31,6 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jayway.awaitility</groupId>
|
||||
<artifactId>awaitility</artifactId>
|
||||
<version>${avaitility.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all -->
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
|
@ -51,7 +44,6 @@
|
|||
<properties>
|
||||
<junit.version>4.12</junit.version>
|
||||
<rx.java.version>1.2.5</rx.java.version>
|
||||
<avaitility.version>1.7.0</avaitility.version>
|
||||
<hamcrest.version>1.3</hamcrest.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue