Skip to content

Commit c0c66e2

Browse files
committed
Update SNI test app to use spring-boot-starter-webmvc
1 parent 8978d8c commit c0c66e2

File tree

1 file changed

+1
-1
lines changed
  • integration-test/spring-boot-sni-integration-tests/spring-boot-sni-servlet-app

1 file changed

+1
-1
lines changed

integration-test/spring-boot-sni-integration-tests/spring-boot-sni-servlet-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation("org.springframework.boot:spring-boot-starter-actuator")
5252

5353
app(files(sourceSets.main.output))
54-
app('org.springframework.boot:spring-boot-starter-web') {
54+
app('org.springframework.boot:spring-boot-starter-webmvc') {
5555
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
5656
}
5757
tomcat("org.springframework.boot:spring-boot-starter-tomcat")

0 commit comments

Comments
 (0)