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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6832c2e021a35355254c818c725ca97ebca612bf
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon Aug 13 14:55:32 2018 +0100

    Standardizing on a version of Tomcat in the parent pom
    
    (cherry picked from commit 4f8ae843f56e3ef84af43ae90f507e196726f0bf)
---
 parent/pom.xml                        | 1 +
 systests/cdi/pom.xml                  | 1 -
 systests/rs-sse/rs-sse-tomcat/pom.xml | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 444c372..f03efae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -165,6 +165,7 @@
         <cxf.swagger2.version>1.5.17</cxf.swagger2.version><!-- updating to 
1.5.18 will cause systest failures -->
         <cxf.swagger.v3.version>2.0.0</cxf.swagger.v3.version>
         <cxf.swagger.ui.version>3.17.6</cxf.swagger.ui.version>
+        <cxf.tomcat.version>8.0.53</cxf.tomcat.version>
         <cxf.velocity.version>2.0</cxf.velocity.version>
         <cxf.woodstox.core.version>5.1.0</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.1</cxf.woodstox.stax2-api.version>
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 87fa2cb..02a2d41 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -34,7 +34,6 @@
     <properties>
         <cxf.el.api.version>3.0-b02</cxf.el.api.version>
         <cxf.glassfish.el.version>3.0-b01</cxf.glassfish.el.version>
-        <cxf.tomcat.version>8.0.32</cxf.tomcat.version>
         <cxf.openwebbeans.version>1.7.4</cxf.openwebbeans.version>
     </properties>
     <modules>
diff --git a/systests/rs-sse/rs-sse-tomcat/pom.xml 
b/systests/rs-sse/rs-sse-tomcat/pom.xml
index 99629fb..af45651 100644
--- a/systests/rs-sse/rs-sse-tomcat/pom.xml
+++ b/systests/rs-sse/rs-sse-tomcat/pom.xml
@@ -30,7 +30,6 @@
     <description>Apache CXF SSE Integration System Tests Tomcat</description>
     <url>http://cxf.apache.org</url>
     <properties>
-        <cxf.tomcat.version>8.0.32</cxf.tomcat.version>
         
<cxf.module.name>org.apache.cxf.systests.rs.sse.tomcat</cxf.module.name>
     </properties>
     <dependencies>

Reply via email to