add slf4j support to liquibase (#268)

This commit is contained in:
Tudor Malene 2017-12-29 13:39:47 +00:00 committed by GitHub
parent a3295abf50
commit a8aad8ed55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"