This is an automated email from the ASF dual-hosted git repository. mariofusco pushed a commit to branch q3lts in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
commit 4cb289962303ee96d62bf4a76f011cd3c8c453bc Author: mariofusco <[email protected]> AuthorDate: Wed Nov 22 15:36:36 2023 +0100 wip : fix jakarta.validation-api version --- .ci/environments/quarkus-3/patches/0001_before_sh.patch | 1 - kogito-codegen-modules/kogito-codegen-processes/pom.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/.ci/environments/quarkus-3/patches/0001_before_sh.patch b/.ci/environments/quarkus-3/patches/0001_before_sh.patch index 146c57d058..dbfc77f131 100644 --- a/.ci/environments/quarkus-3/patches/0001_before_sh.patch +++ b/.ci/environments/quarkus-3/patches/0001_before_sh.patch @@ -588,7 +588,6 @@ index 6029d9bae8..ae1e860a0b 100644 + <groupId>jakarta.validation</groupId> + <artifactId>jakarta.validation-api</artifactId> <scope>test</scope> -+ <version>3.0.2.redhat-00005</version> </dependency> </dependencies> diff --git a/kogito-codegen-modules/kogito-codegen-processes/pom.xml b/kogito-codegen-modules/kogito-codegen-processes/pom.xml index ae1e860a0b..38bdd0522d 100644 --- a/kogito-codegen-modules/kogito-codegen-processes/pom.xml +++ b/kogito-codegen-modules/kogito-codegen-processes/pom.xml @@ -120,7 +120,6 @@ <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <scope>test</scope> - <version>3.0.2.redhat-00005</version> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
