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 11e2735 AXIS2-5993: Don't depend on log4j 1.x and 2.x at the same time 11e2735 is described below commit 11e273548b03d7bb073df1f315422b07a3b791ea Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Thu Dec 24 15:21:23 2020 +0000 AXIS2-5993: Don't depend on log4j 1.x and 2.x at the same time --- modules/transport/testkit/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/transport/testkit/pom.xml b/modules/transport/testkit/pom.xml index 3caf52c..3e88cf0 100644 --- a/modules/transport/testkit/pom.xml +++ b/modules/transport/testkit/pom.xml @@ -68,20 +68,14 @@ <artifactId>commons-lang</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.3.0</version> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.13</version> - </dependency> - <dependency> <groupId>jetty</groupId> <artifactId>jetty</artifactId> <version>5.1.10</version>