mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Explicit dependency on SLF4J API, to help IntelliJ. (#393)
This commit is contained in:
parent
0aecae6531
commit
d415865efe
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user