Skip to content

Commit 13e1171

Browse files
authored
[CHK-11671] Remove undertow in example (security) (#165)
1 parent a717a05 commit 13e1171

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/example-spring-boot-starter-web/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ plugins {
99
dependencies {
1010
implementation project(':examples:examples-common')
1111
implementation project(':spring-boot-starter:spring-boot-starter-web')
12-
implementation('org.springframework.boot:spring-boot-starter-web') {
13-
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
14-
exclude group: 'io.undertow', module: 'undertow-websockets-jsr'
15-
}
12+
implementation('org.springframework.boot:spring-boot-starter-web')
1613

17-
implementation 'org.springframework.boot:spring-boot-starter-undertow'
1814
implementation 'org.springframework.boot:spring-boot-starter-validation'
19-
implementation 'org.hibernate.validator:hibernate-validator'
2015

21-
implementation 'org.springframework.boot:spring-boot-starter-validation'
2216
implementation(libs.openapi.tools.jacksonDatabindNullable)
2317
implementation(libs.jakarta.validation.api)
2418
implementation(libs.swagger.annotations)

0 commit comments

Comments
 (0)