File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
spring-boot-project/spring-boot-starters/spring-boot-starter-webflux Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 28
28
<artifactId >spring-boot-starter-reactor-netty</artifactId >
29
29
</dependency >
30
30
<dependency >
31
- <groupId >jakarta.validation</groupId >
32
- <artifactId >jakarta.validation-api</artifactId >
33
- </dependency >
34
- <dependency >
35
- <groupId >org.hibernate.validator</groupId >
36
- <artifactId >hibernate-validator</artifactId >
31
+ <groupId >org.springframework.boot</groupId >
32
+ <artifactId >spring-boot-starter-validation</artifactId >
37
33
<exclusions >
38
34
<exclusion >
39
- <groupId >javax.validation </groupId >
40
- <artifactId >validation-api </artifactId >
35
+ <groupId >org.apache.tomcat.embed </groupId >
36
+ <artifactId >tomcat-embed-el </artifactId >
41
37
</exclusion >
42
38
</exclusions >
43
39
</dependency >
You can’t perform that action at this time.
0 commit comments