BAEL-685 test for rx java

This commit is contained in:
Tomasz Lelek
2017-02-08 12:05:02 +01:00
parent 77d4da5cd0
commit 9d46c8f3d1
2 changed files with 130 additions and 0 deletions
+17
View File
@@ -31,11 +31,28 @@
<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>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<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>
</project>