Skip to content

Commit b18857c

Browse files
committed
Update deployment tests to cope with Bean Validation 2.0
Closes gh-10353
1 parent 4a740a1 commit b18857c

File tree

2 files changed

+5
-1
lines changed
  • spring-boot-deployment-tests
    • spring-boot-deployment-test-glassfish
    • spring-boot-deployment-test-tomee

2 files changed

+5
-1
lines changed

spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-starter-tomcat</artifactId>
3232
</exclusion>
33+
<exclusion>
34+
<groupId>org.hibernate.validator</groupId>
35+
<artifactId>hibernate-validator</artifactId>
36+
</exclusion>
3337
</exclusions>
3438
</dependency>
3539
<dependency>

spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<artifactId>spring-boot-starter-tomcat</artifactId>
3434
</exclusion>
3535
<exclusion>
36-
<groupId>org.hibernate</groupId>
36+
<groupId>org.hibernate.validator</groupId>
3737
<artifactId>hibernate-validator</artifactId>
3838
</exclusion>
3939
</exclusions>

0 commit comments

Comments
 (0)