Remove Session module
This commit is contained in:
@@ -2,14 +2,11 @@ apply plugin: 'org.flywaydb.flyway'
|
||||
|
||||
dependencies {
|
||||
testCompile project(':dbt-core')
|
||||
testRuntime project(':dbt-core')
|
||||
|
||||
testCompile ratpack.dependency('h2')
|
||||
testCompile ratpack.dependency('jdbc-tx')
|
||||
|
||||
testRuntime ratpack.dependency('jdbc-tx')
|
||||
testRuntime ratpack.dependency('session')
|
||||
|
||||
testRuntime 'org.flywaydb:flyway-core:5.0.7'
|
||||
testCompile 'org.flywaydb:flyway-core:5.0.7'
|
||||
testRuntime 'org.slf4j:slf4j-simple:1.7.25'
|
||||
|
||||
testCompile ratpack.dependency('test')
|
||||
|
||||
@@ -4,7 +4,6 @@ import org.flywaydb.core.Flyway
|
||||
import org.h2.jdbcx.JdbcDataSource
|
||||
import ratpack.service.Service
|
||||
import ratpack.service.StartEvent
|
||||
import ratpack.session.SessionModule
|
||||
|
||||
import javax.sql.DataSource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user