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 9629d51931 Fix OSGi failures
9629d51931 is described below
commit 9629d51931dffdd85b4e9bbe326f42b6d6565c08
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jun 27 10:14:56 2024 +0200
Fix OSGi failures
---
log4j-osgi-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-osgi-test/pom.xml b/log4j-osgi-test/pom.xml
index d8e241ce79..60930eb317 100644
--- a/log4j-osgi-test/pom.xml
+++ b/log4j-osgi-test/pom.xml
@@ -203,7 +203,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<classpathDependencyExcludes>
- <exclude>org.osgi:org.osgi.framework</exclude>
+ <exclude>org.osgi:org.osgi.core</exclude>
</classpathDependencyExcludes>
<systemPropertyVariables>
<!-- PAX logging has a copy of Log4j2 API-->