mirror of
https://github.com/corda/corda.git
synced 2024-12-28 08:48:57 +00:00
add slf4j support to liquibase (#268)
This commit is contained in:
parent
a3295abf50
commit
a8aad8ed55
@ -36,6 +36,7 @@ dependencies {
|
||||
|
||||
// For db migration
|
||||
compile "org.liquibase:liquibase-core:$liquibase_version"
|
||||
runtime 'com.mattbertolini:liquibase-slf4j:2.0.0'
|
||||
|
||||
// Unit testing helpers.
|
||||
testCompile "junit:junit:$junit_version"
|
||||
|
Loading…
Reference in New Issue
Block a user