Fix tests
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
apply plugin: 'org.flywaydb.flyway'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':dbt-core')
|
||||
compile project(':dbt-core')
|
||||
|
||||
testCompile ratpack.dependency('h2')
|
||||
testCompile ratpack.dependency('jdbc-tx')
|
||||
runtime ratpack.dependency('handlebars')
|
||||
runtime ratpack.dependency('h2')
|
||||
runtime ratpack.dependency('jdbc-tx')
|
||||
|
||||
testCompile 'org.flywaydb:flyway-core:5.0.7'
|
||||
testRuntime 'org.slf4j:slf4j-simple:1.7.25'
|
||||
compile 'org.flywaydb:flyway-core:5.0.7'
|
||||
runtime 'org.slf4j:slf4j-simple:1.7.25'
|
||||
|
||||
testCompile ratpack.dependency('test')
|
||||
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
|
||||
|
||||
Reference in New Issue
Block a user