File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
spring-boot-deployment-tests
spring-boot-deployment-test-glassfish
spring-boot-deployment-test-tomee Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-starter-tomcat</artifactId >
32
32
</exclusion >
33
+ <exclusion >
34
+ <groupId >org.hibernate.validator</groupId >
35
+ <artifactId >hibernate-validator</artifactId >
36
+ </exclusion >
33
37
</exclusions >
34
38
</dependency >
35
39
<dependency >
Original file line number Diff line number Diff line change 33
33
<artifactId >spring-boot-starter-tomcat</artifactId >
34
34
</exclusion >
35
35
<exclusion >
36
- <groupId >org.hibernate</groupId >
36
+ <groupId >org.hibernate.validator </groupId >
37
37
<artifactId >hibernate-validator</artifactId >
38
38
</exclusion >
39
39
</exclusions >
You can’t perform that action at this time.
0 commit comments