Merge branch '3.0.x'

This commit is contained in:
Phillip Webb 2023-04-07 19:04:19 -04:00
commit d4c9d265ec
4 changed files with 32 additions and 0 deletions

View File

@ -32,3 +32,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jetty"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

View File

@ -20,3 +20,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

View File

@ -21,3 +21,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation("org.apache.httpcomponents.client5:httpclient5")
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}

View File

@ -20,3 +20,11 @@ dependencies {
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '5.0'
}
}
}