Add direct dependency on commons-lang
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>