This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch
update-sandbox-components-to-use-opennlp-tools-version-2.4
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to
refs/heads/update-sandbox-components-to-use-opennlp-tools-version-2.4 by this
push:
new 95c9caf OpenNLP tools used slf4j2 -> adjusts log4j2 with slf4j2
95c9caf is described below
commit 95c9caf0f0f008b55584ddfb3326a866844e8439
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Jul 8 20:43:11 2024 +0200
OpenNLP tools used slf4j2 -> adjusts log4j2 with slf4j2
---
opennlp-similarity/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index 37f90cf..3c38743 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -107,7 +107,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 0234a9e..3e0fa9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
+ <artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j2.version}</version>
<scope>test</scope>
</dependency>