From 10b0f5b8c901b64d97c6146e65b3fc0f7b5c7004 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Thu, 31 Aug 2023 20:16:50 +0200 Subject: [PATCH] chore: add hibernate-validator dependency (#237) It's likely that a Hilla application will use jakarta validation annotations, so it makes sense adding the hibernate-validator as extension dependency. --- deployment/pom.xml | 4 ++++ runtime/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deployment/pom.xml b/deployment/pom.xml index c7672256..3e16dc65 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -24,6 +24,10 @@ io.quarkus quarkus-resteasy-reactive-servlet-deployment + + io.quarkus + quarkus-hibernate-validator-deployment + io.quarkus quarkus-undertow-deployment diff --git a/runtime/pom.xml b/runtime/pom.xml index bc4cbaf6..fd86b55a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -26,6 +26,10 @@ io.quarkus quarkus-resteasy-reactive-servlet + + io.quarkus + quarkus-hibernate-validator + io.quarkus quarkus-undertow