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

commit d0e6ba2cd4597d21f8bb3fc846ca4ff3bf20a852
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Sat Oct 21 08:34:44 2023 -0400

    declare used but undeclared dependency on commons-lang3
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index ac09ebc3..6cd67a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,12 @@ 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>

Reply via email to