apply plugin: 'io.spring.convention.spring-sample-war' dependencies { compile project(':spring-session-jdbc') compile "org.springframework:spring-web" compile "org.webjars:bootstrap" compile "org.webjars:webjars-taglib" compile "com.h2database:h2" compile jstlDependencies compile slf4jDependencies providedCompile "jakarta.servlet:jakarta.servlet-api" testCompile "org.assertj:assertj-core" testCompile "org.junit.jupiter:junit-jupiter-api" testRuntime "org.junit.jupiter:junit-jupiter-engine" integrationTestCompile seleniumDependencies } gretty { logbackConfigFile = "src/main/resources/logback.xml" }