From fdcf09f980dd507b547eb994027d890c8ec41630 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Fri, 5 Mar 2021 01:23:22 +0100 Subject: [PATCH] TSK-1519: replaced hibernate dependency with spring-starter-validation reason: https://discourse.hibernate.org/t/hibernate-validator-7-and-spring-mvc-5-3-2-compatible/4927 --- common/taskana-common-test/pom.xml | 5 ++--- history/taskana-simplehistory-rest-spring/pom.xml | 5 ++--- pom.xml | 3 +-- rest/taskana-rest-spring/pom.xml | 5 ++--- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/common/taskana-common-test/pom.xml b/common/taskana-common-test/pom.xml index a9285383b..7b8514834 100644 --- a/common/taskana-common-test/pom.xml +++ b/common/taskana-common-test/pom.xml @@ -86,9 +86,8 @@ ${version.auto-restdocs} - org.hibernate.validator - hibernate-validator - ${version.hibernate} + org.springframework.boot + spring-boot-starter-validation org.springframework.security diff --git a/history/taskana-simplehistory-rest-spring/pom.xml b/history/taskana-simplehistory-rest-spring/pom.xml index 4b9d10d50..3df1bb3e4 100644 --- a/history/taskana-simplehistory-rest-spring/pom.xml +++ b/history/taskana-simplehistory-rest-spring/pom.xml @@ -133,9 +133,8 @@ test - org.hibernate.validator - hibernate-validator - ${version.hibernate} + org.springframework.boot + spring-boot-starter-validation test diff --git a/pom.xml b/pom.xml index 6d1f5a15a..3bc588925 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,6 @@ 0.8.6 1.2.0 2.0.9 - 6.1.6.Final 11.1.1.1 @@ -316,8 +315,8 @@ ${version.maven.checkstyle} - checkstyle com.puppycrawl.tools + checkstyle ${version.checkstyle} diff --git a/rest/taskana-rest-spring/pom.xml b/rest/taskana-rest-spring/pom.xml index d38b41a52..28eee5e52 100644 --- a/rest/taskana-rest-spring/pom.xml +++ b/rest/taskana-rest-spring/pom.xml @@ -155,9 +155,8 @@ test - org.hibernate.validator - hibernate-validator - ${version.hibernate} + org.springframework.boot + spring-boot-starter-validation test