This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new 259632a Drop some dependencies
259632a is described below
commit 259632a3c5826e52b50edb261eed5d30930839cb
Author: remm <[email protected]>
AuthorDate: Fri Apr 10 22:19:18 2026 +0200
Drop some dependencies
---
pom.xml | 38 --------------------------------------
1 file changed, 38 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3313fbe..2f8464d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,7 +526,6 @@
<version>${mavenPluginPluginVersion}</version>
<scope>provided</scope>
</dependency>
-
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
@@ -578,16 +577,6 @@
<artifactId>maven-archiver</artifactId>
<version>3.6.6</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-archiver</artifactId>
- <version>4.11.0</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>4.0.3</version>
- </dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
@@ -599,31 +588,11 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.21.0</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.21.0</version>
- </dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.11.0</version>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>1.28.0</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-classworlds</artifactId>
- <version>2.10.0</version>
- </dependency>
<!-- Test Dependencies -->
@@ -731,13 +700,6 @@
<version>${tomcatVersion}</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-annotations</artifactId>
- <version>2.2.0</version>
- <scope>compile</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]