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-rar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 4a962b8 Remove unused dependency (#149)
4a962b8 is described below
commit 4a962b8bcb77b1ba73b6bb5508647d387e3bb9a5
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Nov 10 19:10:28 2025 -0600
Remove unused dependency (#149)
* Remove unused dependency
* Remove interpolation dependency
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 614acd7..c96b93d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,11 +126,6 @@ under the License.
<artifactId>maven-filtering</artifactId>
<version>3.4.0</version>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
- </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
@@ -141,11 +136,6 @@ under the License.
<artifactId>maven-archiver</artifactId>
<version>3.6.5</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-interpolation</artifactId>
- <version>1.29</version>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>