diff --git a/core/pom.xml b/core/pom.xml index 27cee78f4bc..924736fde2e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -77,7 +77,8 @@ <jackson.version>2.18.1</jackson.version> <jersey.version>3.1.7.payara-p1</jersey.version> <jakarta.validation.version>3.0.2</jakarta.validation.version> - <hibernate.validator.version>8.0.1.Final</hibernate.validator.version> + <hibernate.validator.version>8.0.1.Final.payara-p1</hibernate.validator.version> + <hibernate.validator.osgi.version>8.0.1.Final</hibernate.validator.osgi.version> <jaxb-impl.version>4.0.2</jaxb-impl.version> <jsonp-api.version>2.1.0</jsonp-api.version> <jakarta.security.auth.message-api.version>3.0.0</jakarta.security.auth.message-api.version> 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 @@ <instructions> <Import-Package> 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}}", * </Import-Package> </instructions>