From: David ‘Bombe’ Roden Date: Mon, 15 Feb 2016 20:55:56 +0000 (+0100) Subject: Add JUnit and hamcrest dependencies X-Git-Tag: 0.13^2~10 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=9b4fad9f37596795df0e3355268d16f8c620908e;ds=sidebyside Add JUnit and hamcrest dependencies --- diff --git a/pom.xml b/pom.xml index 97a3fc4..e3ad83f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,18 @@ utils 0.12.1 + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test +