(axis-axis2-java-core) branch dependabot/maven/commons-cli-commons-cli-1.9.0 created (now 6788fdb388)

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

github-bot pushed a change to branch 
dependabot/maven/commons-cli-commons-cli-1.9.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 6788fdb388 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0

No new revisions were added by this update.



(axis-axis2-java-rampart) branch master updated: Update to the latest log4j2

2024-08-15 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-rampart.git


The following commit(s) were added to refs/heads/master by this push:
 new e3192e4e Update to the latest log4j2
e3192e4e is described below

commit e3192e4ec410dae39b31a41a524ea6687ce82537
Author: Robert Lazarski 
AuthorDate: Thu Aug 15 06:47:33 2024 -1000

Update to the latest log4j2
---
 code-coverage/pom.xml   | 145 
 modules/distribution/pom.xml|  25 ++-
 modules/rampart-integration/pom.xml |  25 ++-
 modules/rampart-samples/pom.xml |  28 ++-
 modules/rampart-tests/pom.xml   |  30 +++-
 modules/rampart-trust/pom.xml   |  28 ++-
 pom.xml |  60 ++-
 7 files changed, 140 insertions(+), 201 deletions(-)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
deleted file mode 100644
index 080ba75e..
--- a/code-coverage/pom.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-4.0.0
-
-org.apache.rampart
-rampart-project
-1.8.0-SNAPSHOT
-../pom.xml
-
-code-coverage
-Code Coverage Report
-pom
-
-
-
-
-${project.groupId}
-rampart-core
-${project.version}
-
-
-${project.groupId}
-rampart-core
-${project.version}
-sources
-
-
-${project.groupId}
-rampart-core
-${project.version}
-jacoco
-exec
-
-
-
-${project.groupId}
-rampart-policy
-${project.version}
-
-
-${project.groupId}
-rampart-policy
-${project.version}
-sources
-
-
-${project.groupId}
-rampart-policy
-${project.version}
-jacoco
-exec
-
-
-
-${project.groupId}
-rampart-trust
-${project.version}
-
-
-${project.groupId}
-rampart-trust
-${project.version}
-sources
-
-
-${project.groupId}
-rampart-trust
-${project.version}
-jacoco
-exec
-
-
-
-${project.groupId}
-rampart-integration
-${project.version}
-jacoco
-exec
-
-
-
-${project.groupId}
-rampart-tests
-${project.version}
-jacoco
-exec
-
-
-
-${project.groupId}
-rampart-sample
-${project.version}
-jacoco
-exec
-
-
-
-
-
-org.jacoco
-jacoco-maven-plugin
-0.8.10
-
-
-
-
-
-  verify
-  
-  report-aggregate
-  
-
-
-
-
-maven-deploy-plugin
-
-true
-
-
-
-
-
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 5cf68d67..5d08b593 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -136,9 +136,32 @@
 bcprov-jdk18on
 1.72
 
+
+org.apache.logging.log4j
+log4j-bom
+2.23.1
+pom
+import
+
+
+commons-logging
+commons-logging
+1.2
+
+
+org.slf4j
+slf4j-api
+2.0.13
+
+
+org.slf4j
+jcl-over-slf4j
+2.0.13
+
 
 org.slf4j
-slf4j-jcl
+slf4j-jdk14
+2.0.13
 
 
 ${project.groupId}
diff --git a/modules/rampart-integration/pom.xml 
b/modules/rampart-integration/pom.xml
index 5442ddcc..1945d26f 100644
--- a/modules/rampart-integration/pom.xml
+++ b/modules/rampart-integration/pom.xml
@@ -588,13 +588,30 @@
 junit
 junit
 
+   
+org.apache.logging.log4j
+log4j-jul
+2.23.1
+
+
+org.apache.logging.log4j
+log4j-core
+2.23.1
+