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/19 12:38:42 UTC

[tomee] branch master updated: Revert "Update to CXF 3.3.8 and include the SSE jar"

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 e92427b  Revert "Update to CXF 3.3.8 and include the SSE jar"
e92427b is described below

commit e92427b76850e6cb2c554301bfac8a722f1a3d1c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Nov 19 12:23:46 2020 +0000

    Revert "Update to CXF 3.3.8 and include the SSE jar"
    
    This reverts commit 7f4c7e5e6cd05722b06061c7d9aea735828bfb53.
---
 pom.xml                       | 2 +-
 server/openejb-cxf-rs/pom.xml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c8add2..e8d01ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
     <tomcat.version>9.0.40</tomcat.version>
 
-    <cxf.version>3.3.8</cxf.version>
+    <cxf.version>3.3.7</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>
diff --git a/server/openejb-cxf-rs/pom.xml b/server/openejb-cxf-rs/pom.xml
index c61fe91..47d1d0b 100644
--- a/server/openejb-cxf-rs/pom.xml
+++ b/server/openejb-cxf-rs/pom.xml
@@ -171,11 +171,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-rs-sse</artifactId>
-      <version>${cxf.version}</version>
-    </dependency>
     <dependency> <!-- JohnzonProvider, WadlDocumentMessageBodyWriter and JsrProvider -->
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-jaxrs</artifactId>