From 0bf49d18736ac29db8f08aa979439c612b4d4c6c Mon Sep 17 00:00:00 2001 From: Szymon Tarnowski <33316705+starnowski@users.noreply.github.com> Date: Sun, 25 Aug 2024 01:04:45 +0200 Subject: [PATCH] #50 - Added jakarta.validation api dependency --- hibernate6-functional-tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hibernate6-functional-tests/pom.xml b/hibernate6-functional-tests/pom.xml index 30d1141..cf52bae 100644 --- a/hibernate6-functional-tests/pom.xml +++ b/hibernate6-functional-tests/pom.xml @@ -71,6 +71,12 @@ log4j-core 2.20.0 + + org.glassfish + jakarta.el + 4.0.2 + test +