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 {
9
9
dependencies {
10
10
implementation project(' :examples:examples-common' )
11
11
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' )
16
13
17
- implementation ' org.springframework.boot:spring-boot-starter-undertow'
18
14
implementation ' org.springframework.boot:spring-boot-starter-validation'
19
- implementation ' org.hibernate.validator:hibernate-validator'
20
15
21
- implementation ' org.springframework.boot:spring-boot-starter-validation'
22
16
implementation(libs. openapi. tools. jacksonDatabindNullable)
23
17
implementation(libs. jakarta. validation. api)
24
18
implementation(libs. swagger. annotations)
You can’t perform that action at this time.
0 commit comments