Add hamcrest dependency

This commit is contained in:
Rob Winch
2021-07-09 11:17:46 -05:00
parent 793cd71a5e
commit f800d2c993
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ dependencies {
testImplementation 'commons-codec:commons-codec'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'javax.xml.bind:jaxb-api'
testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.mockito:mockito-inline'
testImplementation 'org.skyscreamer:jsonassert'