spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-tomc.../build.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
454 B
Groovy
Raw Normal View History

plugins {
id "java"
}
description = "Spring Boot Tomcat SSL smoke test"
dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation("org.apache.httpcomponents.client5:httpclient5")
}