BAEL-685 do not need avaitility lib

This commit is contained in:
Tomasz Lelek 2017-02-08 13:43:23 +01:00
parent 9d46c8f3d1
commit 7d9c4b5bb9
1 changed files with 0 additions and 8 deletions

View File

@ -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>