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

[tomee-tck] branch master updated: Looks like we were having those by transitive dependencies.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 89ba314  Looks like we were having those by transitive dependencies.
89ba314 is described below

commit 89ba314140f7a6c5a890b0ba3505bb49cac73eb6
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jun 11 16:04:50 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 46121e6..079d40f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,6 +209,16 @@
       <artifactId>backport-util-concurrent</artifactId>
       <version>3.1</version>
     </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>