From fa188d104e79af24ba2c6e58dd1a5c84ee7549fb Mon Sep 17 00:00:00 2001 From: St ef Date: Tue, 1 Jun 2021 22:45:20 +0200 Subject: [PATCH] Add hibernate validator for test suite --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b24047257..864b80043 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ 1.10.1 1.3.8 3.0-j11 + 7.0.1.Final 0.8.7 @@ -125,6 +126,11 @@ activeweb-lessc-maven-plugin ${activeweb-lessc-maven-plugin.version} + + org.hibernate + hibernate-validator + ${hibernate-validator.version} +