Skip to content
Snippets Groups Projects
Commit 8075ed5f authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

La til avhengighet til hamcrest

parent 3a408f4e
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,12 @@
<version>4.0.16-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment