Remove use of the Hamcrest library.

Replace JUnit Assertions with AssertJ.

Resolves gh-296.
This commit is contained in:
John Blum
2021-07-22 19:41:28 -07:00
parent ddcd01910e
commit 20fb6af9a5
36 changed files with 1462 additions and 1180 deletions

View File

@@ -217,20 +217,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>