From f8813811c742ba15043b4514ecc62316b56d3821 Mon Sep 17 00:00:00 2001 From: St ef Date: Wed, 2 Jun 2021 22:45:27 +0200 Subject: [PATCH] Add org.hibernate.validator --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 864b80043..266934e12 100644 --- a/pom.xml +++ b/pom.xml @@ -127,11 +127,15 @@ ${activeweb-lessc-maven-plugin.version} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate-validator.version} - + + org.hibernate.validator + hibernate-validator-annotation-processor + ${hibernate-validator.version} +