Removed reference to hamcrest-all test library, and modified the tests from RetryOperationsInterceptorTests to use vanilla junit assertions.

This commit is contained in:
Marius Grama
2019-04-16 21:39:19 +02:00
committed by Dave Syer
parent b599c23404
commit 7cf90bff00
2 changed files with 12 additions and 19 deletions

View File

@@ -218,12 +218,6 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>