From dbb0e9685f547fbd8e428b78471e066a9a1c72fd Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Mon, 9 Dec 2024 13:46:25 +0000 Subject: [PATCH] Revert "Merge pull request #7105 from luiseufrasio/FISH-10036-class-cast-ex-deserializing-validation-instance-p6" This reverts commit 0156e77b77a69498a0cf7f0fae9c6d3e91844085, reversing changes made to 26188ec1f7ea8bb3db9c6af4bb59be9e344d1ef3. --- core/pom.xml | 3 +-- nucleus/hk2/hk2-config/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 12b7cc81e69..d27ca91a880 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -77,8 +77,7 @@ 2.18.2 3.1.7.payara-p1 3.0.2 - 8.0.1.Final.payara-p1 - 8.0.1.Final + 8.0.1.Final 4.0.2 2.1.0 3.0.0 diff --git a/nucleus/hk2/hk2-config/pom.xml b/nucleus/hk2/hk2-config/pom.xml index fb4104b7a29..1b5fd7834d9 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.osgi.version}}", + org.hibernate.validator.*;resolution:=optional;version="${range;[==,${hibernate.validator.version.upperbound});${hibernate.validator.version}}", *