spring-boot/spring-boot-starters/spring-boot-starter-web
Dave Syer a6c1668bd9 Switch validator starter for hibernate validator
In the web starter we shouldn't depend explicitly on any EL
implementation, otherwise when people build wars and deploy
them in containers that have their own EL there is a conflict.
We can still depend on hibernate-validator to support
JSR-303 in web apps because the EL implementation comes with
the container.

Fixes gh-5454
2016-04-04 11:53:40 +01:00
..
src/main/resources/META-INF Add META-INF/spring.provides to starters 2013-11-20 16:14:05 +00:00
pom.xml Switch validator starter for hibernate validator 2016-04-04 11:53:40 +01:00