This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 3f34676e91892789db04fab2941c69c4f59d0968 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Fri Nov 22 09:31:02 2024 -0500 Remove unused commons-logging dependency --- 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>