This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch dep in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
commit a840f1959552a882f65656410fcb3420c5bf118d Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Nov 10 16:59:03 2025 -0600 Remove unused dependency --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 614acd7..b182da7 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>
