File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
examples/example-spring-boot-starter-web Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,10 @@ plugins {
99dependencies {
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)
You can’t perform that action at this time.
0 commit comments