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

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 42b6099  Looks like we were having those by transitive dependencies.
42b6099 is described below

commit 42b6099f865c8b4e6f864898392d3094a7344b39
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Thu Jun 10 17:49:40 2021 +0200

    Looks like we were having those by transitive dependencies.
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2d3d0c2..abc53ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,17 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>4.4</version>
+    </dependency>
+
+    <dependency>
       <groupId>${openejb.groupId}</groupId>
       <artifactId>openejb-core</artifactId>
       <version>${openejb.inzip.version}</version>

Reply via email to