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/18 16:48:23 UTC

[tomee] branch master updated: 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 7f4c7e5  Update to CXF 3.3.8 and include the SSE jar
7f4c7e5 is described below

commit 7f4c7e5e6cd05722b06061c7d9aea735828bfb53
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Nov 18 16:32:50 2020 +0000

    Update to CXF 3.3.8 and include the SSE jar
---
 pom.xml                       | 2 +-
 server/openejb-cxf-rs/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a47a21b..57a4393 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
     <tomcat.version>9.0.39</tomcat.version>
 
-    <cxf.version>3.3.7</cxf.version>
+    <cxf.version>3.3.8</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 47d1d0b..c61fe91 100644
--- a/server/openejb-cxf-rs/pom.xml
+++ b/server/openejb-cxf-rs/pom.xml
@@ -171,6 +171,11 @@
         </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>