spring-boot/spring-boot-project
Andy Wilkinson f5eb853f26 Update web starter to depend on validator starter
Previously, the web starter declared direct dependencies on Hibernate Validator
and the Jakarta EE validation API. This meant that it required two exclusions to
exclude validation from a web application that did not need it.

This commit updates the web starter to get its validation dependencies via a
dependency on the validation starter. This allows validation to be excluded
using a single exclusion. The EL dependency from the validation starter has
been excluded to allow the EL implementation from the underlying container
starter (Tomcat, Jetty, or Undertow) to continue to be used instead.

Closes gh-16176
2019-03-08 17:54:03 +00:00
..
spring-boot Perform binding at creation time if possible 2019-03-08 15:50:44 +01:00
spring-boot-actuator Merge branch '2.1.x' 2019-03-06 13:24:33 +00:00
spring-boot-actuator-autoconfigure Perform binding at creation time if possible 2019-03-08 15:50:44 +01:00
spring-boot-autoconfigure Perform binding at creation time if possible 2019-03-08 15:50:44 +01:00
spring-boot-cli Switch to Jakarta EE API dependencies where possible 2019-03-06 11:20:51 +00:00
spring-boot-dependencies Upgrade to Spring Data Moore-M2 2019-03-08 08:21:06 +00:00
spring-boot-devtools Ensure that DevTools' beans use eager init even when app is lazy 2019-03-08 10:05:40 +00:00
spring-boot-docs Upgrade to Jersey 2.28 2019-03-06 12:58:35 +00:00
spring-boot-parent Switch to Jakarta EE API dependencies where possible 2019-03-06 11:20:51 +00:00
spring-boot-properties-migrator
spring-boot-starters Update web starter to depend on validator starter 2019-03-08 17:54:03 +00:00
spring-boot-test Switch to Jakarta EE API dependencies where possible 2019-03-06 11:20:51 +00:00
spring-boot-test-autoconfigure Merge branch '2.1.x' 2019-03-07 10:20:29 +00:00
spring-boot-tools Merge branch '2.0.x' into 2.1.x 2019-03-07 10:17:01 +00:00
pom.xml