From 6359642509b5954adefa6881a3bf76897ee0c360 Mon Sep 17 00:00:00 2001 From: Arnaud Heritier Date: Sat, 24 Feb 2018 21:45:10 +0100 Subject: [PATCH] Fix dependency management of hibernate-validator-annotation-processor Closes gh-12210 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 12e464c6a1..49b3dc8cec 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -1872,7 +1872,7 @@ ${hibernate-validator.version} - org.hibernate + org.hibernate.validator hibernate-validator-annotation-processor ${hibernate-validator.version}