Update pom.xml

Add hamcrest dependency for testing
pull/12/head
Hammy 3 years ago
parent ec08a6b232
commit 393350f218

@ -65,6 +65,12 @@
<version>3.10.0</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.jetbrains</groupId>
<artifactId>annotations</artifactId>

Loading…
Cancel
Save