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 2019/08/21 06:08:36 UTC

[tomee] branch master updated: downgrade Tomcat because it makes the async servlet example to fail

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.git


The following commit(s) were added to refs/heads/master by this push:
     new b6c95f2  downgrade Tomcat because it makes the async servlet example to fail
b6c95f2 is described below

commit b6c95f200bd47322a158f91edec9d57c6755d77c
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 08:08:25 2019 +0200

    downgrade Tomcat because it makes the async servlet example to fail
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f284f4..dcc3874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.24</tomcat.version>
+    <tomcat.version>9.0.22</tomcat.version>
 
     <cxf.version>3.3.2</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>