File tree 8 files changed +6
-6
lines changed
spring-boot-project/spring-boot-starters
spring-boot-starter-jetty
spring-boot-starter-tomcat
spring-boot-starter-validation
spring-boot-starter-webflux
spring-boot-tests/spring-boot-smoke-tests
spring-boot-smoke-test-actuator
spring-boot-smoke-test-web-groovy-templates
spring-boot-smoke-test-web-ui
8 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ dependencies {
21
21
exclude group : ' javax.websocket' , module : ' javax.websocket-api'
22
22
exclude group : ' javax.websocket' , module : ' javax.websocket-client-api'
23
23
}
24
- api ' org.mortbay.jasper:apache- el'
24
+ api ' org.glassfish:jakarta. el'
25
25
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
api (' org.apache.tomcat.embed:tomcat-embed-core' ) {
11
11
exclude group : ' org.apache.tomcat' , module : ' tomcat-annotations-api'
12
12
}
13
- api ' org.apache.tomcat.embed:tomcat-embed- el'
13
+ api ' org.glassfish:jakarta. el'
14
14
api (' org.apache.tomcat.embed:tomcat-embed-websocket' ) {
15
15
exclude group : ' org.apache.tomcat' , module : ' tomcat-annotations-api'
16
16
}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ description = "Starter for using Java Bean Validation with Hibernate Validator"
7
7
dependencies {
8
8
api enforcedPlatform(project(' :spring-boot-project:spring-boot-dependencies' ))
9
9
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter' )
10
- api ' org.apache.tomcat.embed:tomcat-embed- el'
10
+ api ' org.glassfish:jakarta. el'
11
11
api ' org.hibernate.validator:hibernate-validator'
12
12
}
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ dependencies {
9
9
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter' )
10
10
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-json' )
11
11
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-tomcat' )
12
- api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-validation' )
13
- api ' org.hibernate.validator:hibernate-validator'
14
12
api ' org.springframework:spring-web'
15
13
api ' org.springframework:spring-webmvc'
16
14
}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ dependencies {
9
9
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter' )
10
10
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-json' )
11
11
api project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-reactor-netty' )
12
- api ' org.hibernate.validator:hibernate-validator'
13
12
api ' org.springframework:spring-web'
14
13
api ' org.springframework:spring-webflux'
15
14
api ' org.synchronoss.cloud:nio-multipart-parser'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies {
10
10
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-jdbc' )
11
11
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-security' )
12
12
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-web' )
13
+ implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-validation' )
13
14
runtimeOnly ' com.h2database:h2'
14
15
15
16
testImplementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-test' )
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description = 'Spring Boot web Groovy Templates smoke test'
7
7
8
8
dependencies {
9
9
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-groovy-templates' )
10
+ implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-validation' )
10
11
if (JavaVersion . current(). java9Compatible) {
11
12
implementation ' jakarta.xml.bind:jakarta.xml.bind-api'
12
13
}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ description = 'Spring Boot web UI smoke test'
8
8
dependencies {
9
9
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-thymeleaf' )
10
10
implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-web' )
11
+ implementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-validation' )
11
12
12
13
testImplementation project(' :spring-boot-project:spring-boot-starters:spring-boot-starter-test' )
13
14
}
You can’t perform that action at this time.
0 commit comments