From: Fiete Ostkamp Date: Thu, 2 Jan 2025 10:25:51 +0000 (+0100) Subject: Upgrade slf4j in aai-common X-Git-Tag: 1.15.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F139798%2F1;p=aai%2Faai-common.git Upgrade slf4j in aai-common - upgrade slf4j (1.7.25->1.7.36) - add all slf4j dependencies to dependencyManagement Issue-ID: AAI-4092 Change-Id: I57f970253ccd200646048c41463769bafe07911e Signed-off-by: Fiete Ostkamp --- diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 26e5bc9a..9ffae3c4 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -365,12 +365,6 @@ limitations under the License. com.fasterxml.jackson.dataformat jackson-dataformat-yaml - - org.apache.logging.log4j - log4j - ${log4j.version} - pom - org.projectlombok lombok diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 865a8a7c..f56e132a 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -93,8 +93,7 @@ limitations under the License. 4.5.13 1.5.24 1.2.13 - 1.7.25 - 2.17.1 + 1.7.36 3.4.0 3.4.0 3.1 @@ -210,6 +209,18 @@ limitations under the License. ${slf4j.version} + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + org.hamcrest java-hamcrest @@ -429,13 +440,6 @@ limitations under the License. ${opencsv.version} - - org.apache.logging.log4j - log4j - ${log4j.version} - pom - - commons-io commons-io diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 23404b20..43c3c64a 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -33,10 +33,6 @@ limitations under the License. aai-schema-ingest jar - - 4.5.13 - 4.3.24.RELEASE - @@ -117,6 +113,14 @@ limitations under the License. org.apache.httpcomponents httpclient + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + org.springframework spring-test diff --git a/pom.xml b/pom.xml index 0786290d..f8697d3b 100644 --- a/pom.xml +++ b/pom.xml @@ -225,11 +225,6 @@ - - Log4j - Log4J repository - https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j - AJSC AJSC repository