From 982f2d189c3516f6af65945ab742133cd6859f03 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Wed, 5 Mar 2025 12:57:21 +0100 Subject: [PATCH] [Fix #543] Not compiled dependencies should be runtime Signed-off-by: Francisco Javier Tirado Sarti --- api/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index 69f8c2f5..2b08c827 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -40,10 +40,12 @@ org.hibernate.validator hibernate-validator + runtime org.glassfish.expressly expressly + runtime