This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch string2 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 479f1c930ffbb21f8f09a49ff9dc2b0e5d79b753 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Mar 5 18:47:02 2023 -0500 lang dependency --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 1bf90c37..63f9f2da 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,11 @@ under the License. <artifactId>commons-collections4</artifactId> <version>4.2</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.12.0</version> + </dependency> <!-- dependencies to annotations --> <dependency>
