La til avhengighet til hamcrest
This commit is contained in:
parent
3a408f4e6b
commit
8075ed5f4b
|
@ -58,6 +58,12 @@
|
||||||
<version>4.0.16-alpha</version>
|
<version>4.0.16-alpha</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hamcrest</groupId>
|
||||||
|
<artifactId>hamcrest</artifactId>
|
||||||
|
<version>2.2</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue