This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch slf4j-version in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
commit 0ecb5065505d4b3b375814329ec066e6b5e679fb Author: Andreas Veithen-Knowles <[email protected]> AuthorDate: Sat May 16 08:21:20 2026 +0100 Remove redundant version for jcl-over-slf4j dependency --- buildutils/axiom-weaver-maven-plugin/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/buildutils/axiom-weaver-maven-plugin/pom.xml b/buildutils/axiom-weaver-maven-plugin/pom.xml index 333a160df..8ee890536 100644 --- a/buildutils/axiom-weaver-maven-plugin/pom.xml +++ b/buildutils/axiom-weaver-maven-plugin/pom.xml @@ -66,7 +66,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>2.0.17</version> <scope>runtime</scope> <exclusions> <exclusion>
