You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/03 11:54:41 UTC

[tomee] branch master updated: Add direct dependency on commons-lang

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 861e65b  Add direct dependency on commons-lang
861e65b is described below

commit 861e65ba7fe11f28c52a020f26bfe368a294f665
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon May 3 04:54:14 2021 -0700

    Add direct dependency on commons-lang
---
 tomee/tomee-juli/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index 719fc45..bf4e4fc 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -67,6 +67,12 @@
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.11</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <properties>