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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b119ca  Update Jetty
3b119ca is described below

commit 3b119ca6630f1384b93cd718d0cd95ccabc81e91
Author: Alexey Markevich <buhhu...@gmail.com>
AuthorDate: Tue Sep 24 17:26:36 2019 +0300

    Update Jetty
---
 parent/pom.xml                        | 2 +-
 systests/rs-sse/rs-sse-tomcat/pom.xml | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 291623d..64dc927 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -148,7 +148,7 @@
         <cxf.jettison.version>1.4.0</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
-        <cxf.jetty9.version>9.4.19.v20190610</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.20.v20190813</cxf.jetty9.version>
         <cxf.jexl.version>3.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>
         <cxf.johnzon.version>1.1.13</cxf.johnzon.version>
diff --git a/systests/rs-sse/rs-sse-tomcat/pom.xml 
b/systests/rs-sse/rs-sse-tomcat/pom.xml
index 56ce2fb..243d216 100644
--- a/systests/rs-sse/rs-sse-tomcat/pom.xml
+++ b/systests/rs-sse/rs-sse-tomcat/pom.xml
@@ -51,11 +51,5 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.jetty.websocket</groupId>
-            <artifactId>websocket-server</artifactId>
-            <version>${cxf.jetty.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to