Browse Source

Added hamcrest to the dependencies

featureKomplexNumberCalculator
Lukas Reichwein 5 years ago
parent
commit
a83adacd60
  1. 6
      pom.xml

6
pom.xml

@ -24,6 +24,12 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
<dependency>
<groupId>org.mockito</groupId>

Loading…
Cancel
Save