This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 898fda64bc Remove remaining `slf4j-ext` references
898fda64bc is described below
commit 898fda64bc8720f86bab88ab2fd306d82caea46e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jan 3 14:31:44 2024 +0100
Remove remaining `slf4j-ext` references
---
log4j-slf4j-impl/pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml
index 7e7d067dc7..6eb6f93585 100644
--- a/log4j-slf4j-impl/pom.xml
+++ b/log4j-slf4j-impl/pom.xml
@@ -29,20 +29,6 @@
<description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
<properties>
<slf4j.version>1.7.36</slf4j.version>
-
- <!--
- ~ OSGi and JPMS options
- -->
- <bnd-extra-package-options>
- <!-- Optional dependencies -->
- org.slf4j.ext;resolution:=optional
- </bnd-extra-package-options>
- <bnd-extra-module-options>
- <!-- Optional module -->
- slf4j.ext;substitute="slf4j-ext";static=true;transitive=false,
- <!-- Version 1.7.25 has not module name, but 1.7.36 does -->
- org.slf4j;substitute="slf4j-api"
- </bnd-extra-module-options>
</properties>
<!-- Use explicit versions as a temporary workaround to a Coursier/Ivy bug:
@@ -54,12 +40,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-ext</artifactId>
- <version>${slf4j.version}</version>
- <optional>true</optional>
- </dependency>
</dependencies>
</dependencyManagement>