You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/11/16 22:57:47 UTC

[tomee] branch master updated: Revert this dependency update as it appears to break some unit tests (QuartzPersistenceForEJBTimersTest)

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

jgallimore 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 e21940a  Revert this dependency update as it appears to break some unit tests (QuartzPersistenceForEJBTimersTest)
     new ec39c5b  Merge branch 'master' of github.com:jgallimore/tomee
e21940a is described below

commit e21940a78f0a31b5f48c90cee47092cb61eeaecc
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Mon Nov 16 22:56:50 2020 +0000

    Revert this dependency update as it appears to break some unit tests (QuartzPersistenceForEJBTimersTest)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a827cf8..ddb157d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
     <commons-cli.version>1.4</commons-cli.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-logging-api.version>1.1</commons-logging-api.version>
-    <commons-dbcp.version>2.8.0</commons-dbcp.version>
+    <commons-dbcp.version>2.1</commons-dbcp.version>
     <commons-pool.version>2.9.0</commons-pool.version>
     <commons-collections.version>3.2.2</commons-collections.version>
     <commons-codec.version>1.15</commons-codec.version>