Browse Source

Update deployment tests to cope with Bean Validation 2.0

Closes gh-10353
pull/10355/head
Andy Wilkinson 8 years ago
parent
commit
b18857cf72
  1. 4
      spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml
  2. 2
      spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml

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

@ -30,6 +30,10 @@ @@ -30,6 +30,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

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

@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
</exclusions>

Loading…
Cancel
Save