This is an automated email from the ASF dual-hosted git repository.
veithen 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 4e7bf24 Don't override the log4j version in testkit
4e7bf24 is described below
commit 4e7bf241491e0b7e0db733620ee565def6265f39
Author: Andreas Veithen <[email protected]>
AuthorDate: Tue Feb 8 23:03:35 2022 +0000
Don't override the log4j version in testkit
---
modules/transport/testkit/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/transport/testkit/pom.xml
b/modules/transport/testkit/pom.xml
index 8f70638..aeedbd6 100644
--- a/modules/transport/testkit/pom.xml
+++ b/modules/transport/testkit/pom.xml
@@ -86,12 +86,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>