From 1e721597510b8c35e3b10e963b92c84c6be35989 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Fri, 24 Dec 2021 11:26:08 +0100 Subject: [PATCH] Missing dependencies --- ccm-cms-profile/pom.xml | 6 ++++++ ccm-cms-types-agenda/pom.xml | 8 +++++++- ccm-cms-types-bookmark/pom.xml | 9 ++++++++- ccm-cms-types-decisiontree/pom.xml | 8 +++++++- ccm-cms-types-externallink/pom.xml | 7 +++++++ ccm-cms-types-faqitem/pom.xml | 7 +++++++ ccm-cms-types-glossaryitem/pom.xml | 7 +++++++ ccm-cms-types-minutes/pom.xml | 8 +++++++- 8 files changed, 56 insertions(+), 4 deletions(-) diff --git a/ccm-cms-profile/pom.xml b/ccm-cms-profile/pom.xml index 3b48dcf4d..6854ce642 100644 --- a/ccm-cms-profile/pom.xml +++ b/ccm-cms-profile/pom.xml @@ -74,6 +74,12 @@ provided + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-agenda/pom.xml b/ccm-cms-types-agenda/pom.xml index 20629c184..c82a47906 100644 --- a/ccm-cms-types-agenda/pom.xml +++ b/ccm-cms-types-agenda/pom.xml @@ -73,7 +73,13 @@ hibernate-validator-cdi provided - + + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-bookmark/pom.xml b/ccm-cms-types-bookmark/pom.xml index 770063b4a..ef148adaf 100644 --- a/ccm-cms-types-bookmark/pom.xml +++ b/ccm-cms-types-bookmark/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -73,6 +73,13 @@ hibernate-validator-cdi provided + + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-decisiontree/pom.xml b/ccm-cms-types-decisiontree/pom.xml index 9c0d2059c..d25835cdb 100644 --- a/ccm-cms-types-decisiontree/pom.xml +++ b/ccm-cms-types-decisiontree/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -74,6 +74,12 @@ provided + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-externallink/pom.xml b/ccm-cms-types-externallink/pom.xml index 78b232a4b..dca71d6b1 100644 --- a/ccm-cms-types-externallink/pom.xml +++ b/ccm-cms-types-externallink/pom.xml @@ -73,6 +73,13 @@ hibernate-validator-cdi provided + + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-faqitem/pom.xml b/ccm-cms-types-faqitem/pom.xml index d655989ae..ec7d23aa1 100644 --- a/ccm-cms-types-faqitem/pom.xml +++ b/ccm-cms-types-faqitem/pom.xml @@ -73,6 +73,13 @@ hibernate-validator-cdi provided + + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-glossaryitem/pom.xml b/ccm-cms-types-glossaryitem/pom.xml index e4e54d77a..b049a5326 100644 --- a/ccm-cms-types-glossaryitem/pom.xml +++ b/ccm-cms-types-glossaryitem/pom.xml @@ -73,6 +73,13 @@ hibernate-validator-cdi provided + + + + org.apache.logging.log4j + log4j-api + provided + junit diff --git a/ccm-cms-types-minutes/pom.xml b/ccm-cms-types-minutes/pom.xml index c86d20d20..dabdb7fed 100644 --- a/ccm-cms-types-minutes/pom.xml +++ b/ccm-cms-types-minutes/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -74,6 +74,12 @@ provided + + + org.apache.logging.log4j + log4j-api + provided + junit