Add hamcrest as explicity testCompile dependency

This commit is contained in:
mpollack
2014-04-01 23:53:49 -04:00
parent 65c02b778b
commit c7bc01474e
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ dependencies {
// Testing
testCompile "junit:junit:$junitVersion"
testCompile "org.mockito:mockito-core:$mockitoVersion"
testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion"
testCompile "uk.co.modular-it:hamcrest-date:$hamcrestDateVersion"
}

View File

@@ -13,6 +13,7 @@ jlineVersion=2.11
# Testing
junitVersion = 4.11
mockitoVersion = 1.8.5
hamcrestVersion = 1.3
hamcrestDateVersion = 0.9.3
# --------------------