This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f3c5de30 Drop unused dependencies (#1294)
f3c5de30 is described below
commit f3c5de30c8708bc68ebcce957a4e92cd2b93142c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Dec 1 22:24:46 2025 +0100
Drop unused dependencies (#1294)
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>