From e9c12d8e967e85e2518160158c1f7bad0256a5fe Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Tue, 23 Jun 2020 12:39:09 +0200 Subject: [PATCH] Updated hibernate-validator to 6.1.5.Final, using now correct group id org.hibernate.validator Former-commit-id: 3e26bb38f6c6224ffdcb30379d1b2586cb28c5b6 --- ccm-cms-profile/pom.xml | 4 ++-- ccm-cms-types-agenda/pom.xml | 4 ++-- ccm-cms-types-bookmark/pom.xml | 4 ++-- ccm-cms-types-decisiontree/pom.xml | 4 ++-- ccm-cms-types-externallink/pom.xml | 4 ++-- ccm-cms-types-faqitem/pom.xml | 4 ++-- ccm-cms-types-glossaryitem/pom.xml | 4 ++-- ccm-cms-types-minutes/pom.xml | 4 ++-- ccm-cms/pom.xml | 4 ++-- ccm-core/pom.xml | 4 ++-- ccm-docrepo/pom.xml | 2 +- ccm-shortcuts/pom.xml | 2 +- pom.xml | 9 +++++---- 13 files changed, 27 insertions(+), 26 deletions(-) diff --git a/ccm-cms-profile/pom.xml b/ccm-cms-profile/pom.xml index 5593e0d0c..7b2c8c42a 100644 --- a/ccm-cms-profile/pom.xml +++ b/ccm-cms-profile/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-agenda/pom.xml b/ccm-cms-types-agenda/pom.xml index de964cfac..ab855ebac 100644 --- a/ccm-cms-types-agenda/pom.xml +++ b/ccm-cms-types-agenda/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-bookmark/pom.xml b/ccm-cms-types-bookmark/pom.xml index ec1ae219a..809962e41 100644 --- a/ccm-cms-types-bookmark/pom.xml +++ b/ccm-cms-types-bookmark/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-decisiontree/pom.xml b/ccm-cms-types-decisiontree/pom.xml index 879d5de9e..7c922d3bb 100644 --- a/ccm-cms-types-decisiontree/pom.xml +++ b/ccm-cms-types-decisiontree/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-externallink/pom.xml b/ccm-cms-types-externallink/pom.xml index b90f5da16..a99e25650 100644 --- a/ccm-cms-types-externallink/pom.xml +++ b/ccm-cms-types-externallink/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-faqitem/pom.xml b/ccm-cms-types-faqitem/pom.xml index 9ee819fe0..e3be9fd5c 100644 --- a/ccm-cms-types-faqitem/pom.xml +++ b/ccm-cms-types-faqitem/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-glossaryitem/pom.xml b/ccm-cms-types-glossaryitem/pom.xml index 70800ed1c..ee4fa36e1 100644 --- a/ccm-cms-types-glossaryitem/pom.xml +++ b/ccm-cms-types-glossaryitem/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms-types-minutes/pom.xml b/ccm-cms-types-minutes/pom.xml index 0584016e9..bbc9dc03f 100644 --- a/ccm-cms-types-minutes/pom.xml +++ b/ccm-cms-types-minutes/pom.xml @@ -64,12 +64,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-cms/pom.xml b/ccm-cms/pom.xml index 9ebefea4d..c2bd2ad03 100644 --- a/ccm-cms/pom.xml +++ b/ccm-cms/pom.xml @@ -55,12 +55,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index c40da9151..cc19e2cdf 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -49,12 +49,12 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided - org.hibernate + org.hibernate.validator hibernate-validator-cdi provided diff --git a/ccm-docrepo/pom.xml b/ccm-docrepo/pom.xml index 36c3a5208..53f80edf0 100644 --- a/ccm-docrepo/pom.xml +++ b/ccm-docrepo/pom.xml @@ -49,7 +49,7 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided diff --git a/ccm-shortcuts/pom.xml b/ccm-shortcuts/pom.xml index fdff0bc6e..bca19e78c 100644 --- a/ccm-shortcuts/pom.xml +++ b/ccm-shortcuts/pom.xml @@ -57,7 +57,7 @@ - org.hibernate + org.hibernate.validator hibernate-validator provided diff --git a/pom.xml b/pom.xml index 3d7f6ba62..3309f6ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -449,15 +449,16 @@ Hibernate Validator used as implemenation of the Bean Validation API --> - org.hibernate + org.hibernate.validator hibernate-validator - 6.0.18.Final + 6.1.5.Final - org.hibernate + org.hibernate.validator hibernate-validator-cdi - 6.0.18.Final + 6.1.5.Final + javax.el javax.el-api