1

Remove Session module

This commit is contained in:
2018-05-04 17:52:37 +03:00
parent fb4baec57f
commit 76512ee32e
11 changed files with 19 additions and 45 deletions

View File

@@ -5,7 +5,6 @@ dependencies {
runtime ratpack.dependency('h2')
runtime ratpack.dependency('jdbc-tx')
runtime ratpack.dependency('session')
compile 'org.flywaydb:flyway-core:5.0.7'
runtime 'org.slf4j:slf4j-simple:1.7.25'