Declare 'com.fasterxml.jackson.core:jackson-databind' as compile-time dependency.

This commit is contained in:
John Blum
2020-09-17 21:46:43 -07:00
parent 01f9730b6c
commit 7508685564

View File

@@ -24,6 +24,8 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
compile "com.fasterxml.jackson.core:jackson-databind"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"