apply plugin: 'io.spring.convention.spring-sample-boot' dependencies { management platform(project(":spring-session-dependencies")) implementation project(':spring-session-data-redis') implementation "org.springframework.boot:spring-boot-starter-webflux" implementation "org.springframework.boot:spring-boot-starter-thymeleaf" implementation "org.springframework.boot:spring-boot-starter-data-redis" implementation "org.springframework.boot:spring-boot-devtools" implementation 'org.webjars:bootstrap' testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.junit.jupiter:junit-jupiter-api" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine" testRuntimeOnly "org.junit.platform:junit-platform-launcher" integrationTestCompile "org.htmlunit:htmlunit" integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver" integrationTestCompile "org.springframework.boot:spring-boot-testcontainers" integrationTestCompile "com.redis:testcontainers-redis" }