Skip to content

Commit

Permalink
[CHK-11671] Remove undertow in example (security) (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos authored Dec 23, 2024
1 parent a717a05 commit 13e1171
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/example-spring-boot-starter-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ plugins {
dependencies {
implementation project(':examples:examples-common')
implementation project(':spring-boot-starter:spring-boot-starter-web')
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
exclude group: 'io.undertow', module: 'undertow-websockets-jsr'
}
implementation('org.springframework.boot:spring-boot-starter-web')

implementation 'org.springframework.boot:spring-boot-starter-undertow'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.hibernate.validator:hibernate-validator'

implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation(libs.openapi.tools.jacksonDatabindNullable)
implementation(libs.jakarta.validation.api)
implementation(libs.swagger.annotations)
Expand Down

0 comments on commit 13e1171

Please sign in to comment.