From dddc42bdd7b3cdc79ec67313ec71de4b6f31b85a Mon Sep 17 00:00:00 2001 From: Gilian Rehm Date: Mon, 10 Jul 2023 23:08:28 +0200 Subject: [PATCH] move slf4j implementation to test scope Signed-off-by: Gilian Rehm --- pom.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e2058aaca..1f3acc4e1 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,23 @@ java-spdx-library + + test + + + org.apache.logging.log4j + log4j-slf4j2-impl + 2.20.0 + test + + + org.slf4j + slf4j-api + + + + + doclint-java8-disable @@ -98,17 +115,6 @@ slf4j-api 2.0.7 - - org.apache.logging.log4j - log4j-slf4j2-impl - 2.20.0 - - - org.slf4j - slf4j-api - - - org.apache.commons commons-lang3