From 37f6784c6ca9fb8306c0ab21d43eecbb045c8535 Mon Sep 17 00:00:00 2001 From: luiseufrasio Date: Tue, 3 Dec 2024 17:56:37 -0300 Subject: [PATCH] FISH-10036 : using hibernate-validator patched version which exports internal package --- core/pom.xml | 3 ++- nucleus/hk2/hk2-config/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 6449f586a58..2ff1276c608 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -77,7 +77,8 @@ 2.18.1 3.1.7.payara-p1 3.0.2 - 8.0.1.Final + 8.0.1.Final.payara-p1 + 8.0.1.Final 4.0.1 2.1.0 3.0.0 diff --git a/nucleus/hk2/hk2-config/pom.xml b/nucleus/hk2/hk2-config/pom.xml index 1b5fd7834d9..fb4104b7a29 100644 --- a/nucleus/hk2/hk2-config/pom.xml +++ b/nucleus/hk2/hk2-config/pom.xml @@ -130,7 +130,7 @@ jakarta.validation.*;resolution:=optional;version="${range;[==,${jakarta.validation.version.upperbound});${jakarta.validation.version}}", - org.hibernate.validator.*;resolution:=optional;version="${range;[==,${hibernate.validator.version.upperbound});${hibernate.validator.version}}", + org.hibernate.validator.*;resolution:=optional;version="${range;[==,${hibernate.validator.version.upperbound});${hibernate.validator.osgi.version}}", *