Explicit dependency on SLF4J API, to help IntelliJ. (#393)

This commit is contained in:
Chris Rankin 2017-03-20 17:04:39 +00:00 committed by GitHub
parent 0aecae6531
commit d415865efe

View File

@ -55,6 +55,7 @@ dependencies {
// SLF4J: commons-logging bindings for a SLF4J back end
compile "org.slf4j:jcl-over-slf4j:$slf4j_version"
compile "org.slf4j:slf4j-api:$slf4j_version"
// AssertJ: for fluent assertions for testing
testCompile "org.assertj:assertj-core:${assertj_version}"