I'm trying validate bean through controller
Stack: Spring boot 1.5.4, spring-boot-starter-web, spring-boot-starter-jdbc, Hibernate Validation 5, DB2
HV000030: No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating type 'java.lang.String'. Check configuration for
I added dependency for validation-api-2.0.1, I am not able to include both validation-api-2.0.1 & hibernate-validator-6.0.14.Final.
I am using gradle.
Please let me know how I make force both of them to work