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-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new fb1ef15b Remove duplicate dependency definition (#482)
fb1ef15b is described below
commit fb1ef15bfb7d16b33189f2d27ab46ddb2dbd3d39
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Nov 19 12:34:51 2024 +0000
Remove duplicate dependency definition (#482)
* Remove duplicate dependency definition
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index f23a6d61..a6491f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,6 @@ under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
- <scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -258,12 +257,6 @@ under the License.
<version>3.4.2</version>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
- </dependency>
-
<!-- dependencies to annotations -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>