This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch lang in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/lang by this push: new ea839a79 3.13.0 ea839a79 is described below commit ea839a797542f484fad5d4ed4302da46b7a13ca7 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Oct 21 08:43:18 2023 -0400 3.13.0 --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd67a82..905d7437 100644 --- a/pom.xml +++ b/pom.xml @@ -199,12 +199,6 @@ under the License. <version>2.13.0</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> <!-- plexus --> <dependency> @@ -266,6 +260,11 @@ under the License. <artifactId>commons-collections4</artifactId> <version>4.4</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.13.0</version> + </dependency> <!-- dependencies to annotations --> <dependency>