(axis-axis2-java-core) branch master updated: Fix the latest version of log4j, which has some type of config dependency on OSGi and Bnd tool that requires an empty _bundleannotations XML element

2024-12-18 Thread robertlazarski
This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new c5d6013345 Fix the latest version of log4j, which has some type of 
config dependency on OSGi and Bnd tool that requires an empty 
_bundleannotations XML element
c5d6013345 is described below

commit c5d6013345e509ab6e3fb4ae27bf2d988b6c7dd7
Author: Robert Lazarski 
AuthorDate: Tue Dec 17 23:41:20 2024 -1000

Fix the latest version of log4j, which has some type of config dependency 
on OSGi and Bnd tool that requires an empty _bundleannotations XML element
---
 pom.xml | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e208909eb1..840b551259 100644
--- a/pom.xml
+++ b/pom.xml
@@ -882,7 +882,7 @@
 
 org.apache.logging.log4j
 log4j-bom
-2.20.0
+2.24.3
 pom
 import
 
@@ -1163,6 +1163,11 @@
 org.apache.felix
 maven-bundle-plugin
 6.0.0
+
+
+<_bundleannotations/>
+
+
 
 
 net.nicoulaj.maven.plugins



(axis-axis2-java-core) branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.3 deleted (was a36a7644d4)

2024-12-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.3
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was a36a7644d4 Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 
2.24.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.