This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 5ab4872 Remove unused commons-logging dependency (#52) 5ab4872 is described below commit 5ab4872b51f4adccc8f9059f302d37cdc1b12d34 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Fri Nov 22 14:55:46 2024 +0000 Remove unused commons-logging dependency (#52) --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 913a4f3..77a6f9f 100644 --- a/pom.xml +++ b/pom.xml @@ -223,11 +223,6 @@ under the License. <artifactId>commons-lang3</artifactId> <version>3.8.1</version> </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.2</version> - </dependency> <!-- doxia --> <dependency>