This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch drop-unused in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 9c3142654bf79ae8941bc27e79cd9c9d14be7c38 Author: Tamas Cservenak <[email protected]> AuthorDate: Mon Dec 1 19:54:35 2025 +0100 Drop unused dependencies These two were seemingly unused. --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 4cf73273..67115c0b 100644 --- a/pom.xml +++ b/pom.xml @@ -273,11 +273,6 @@ under the License. <artifactId>commons-lang3</artifactId> <version>3.20.0</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-text</artifactId> - <version>1.14.0</version> - </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> @@ -289,12 +284,6 @@ under the License. <version>4.4.16</version> </dependency> - <dependency> - <groupId>com.thoughtworks.qdox</groupId> - <artifactId>qdox</artifactId> - <version>2.2.0</version> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId>
