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 04aafa619e Use a consistent version for SLF4J dependencies 04aafa619e is described below commit 04aafa619e9f7c7f77b5a58e3b561d451ebae567 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Sep 4 09:17:27 2022 +0000 Use a consistent version for SLF4J dependencies --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ed8af7bdee..111fe35b99 100644 --- a/pom.xml +++ b/pom.xml @@ -725,6 +725,11 @@ <artifactId>commons-logging</artifactId> <version>${commons.logging.version}</version> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j.version}</version> + </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId>