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 2828 <artifactId >spring-boot-starter-reactor-netty</artifactId >
2929 </dependency >
3030 <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 >
3733 <exclusions >
3834 <exclusion >
39- <groupId >javax.validation </groupId >
40- <artifactId >validation-api </artifactId >
35+ <groupId >org.apache.tomcat.embed </groupId >
36+ <artifactId >tomcat-embed-el </artifactId >
4137 </exclusion >
4238 </exclusions >
4339 </dependency >
You can’t perform that action at this time.
0 commit comments