apply plugin: 'io.spring.convention.spring-sample-boot' dependencies { management platform(project(":spring-session-dependencies")) implementation project(':spring-session-data-mongodb') implementation "org.springframework.boot:spring-boot-starter-web" implementation "org.springframework.boot:spring-boot-starter-thymeleaf" implementation "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect" implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity6" implementation "org.springframework.boot:spring-boot-starter-data-mongodb" implementation "org.springframework.boot:spring-boot-starter-security" implementation "org.springframework.boot:spring-boot-testcontainers" implementation "org.testcontainers:mongodb" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.htmlunit:htmlunit" testImplementation "org.seleniumhq.selenium:htmlunit3-driver" testImplementation "org.springframework.security:spring-security-test" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine" testRuntimeOnly "org.junit.platform:junit-platform-launcher" }