You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/08/18 10:59:33 UTC

[cxf] branch master updated: Upgrade undertow to latest releaase

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

dkulp 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 963f330  Upgrade undertow to latest releaase
963f330 is described below

commit 963f330264fcbfca907950554c32b67f9354cb7a
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 06:58:01 2020 -0400

    Upgrade undertow to latest releaase
---
 parent/pom.xml                      | 3 ++-
 rt/transports/http-undertow/pom.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 12a0c82..e5e9342 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,8 @@
         <cxf.tomcat.version>9.0.37</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
-        <cxf.undertow.version>2.0.30.Final</cxf.undertow.version>
+        <cxf.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>
+        <cxf.undertow.version>2.1.3.Final</cxf.undertow.version>
         <!-- the Export-Package is the same as the Maven artifact
              version (with the Final), but we don't want an import package with a version
              with a qualifier. We do want a range. -->
diff --git a/rt/transports/http-undertow/pom.xml b/rt/transports/http-undertow/pom.xml
index f3ad371..bc2f2d9 100644
--- a/rt/transports/http-undertow/pom.xml
+++ b/rt/transports/http-undertow/pom.xml
@@ -40,7 +40,8 @@
             org.apache.aries*;version="${cxf.aries.version.range}";resolution:=optional,
             org.springframework*;resolution:="optional";version="${cxf.osgi.spring.version}",
             javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
-            javax.annotation*;version="${cxf.osgi.javax.annotation.version}"
+            javax.annotation*;version="${cxf.osgi.javax.annotation.version}",
+            org.xnio*;version="${cxf.undertow.xnio.osgi.version}",
         </cxf.osgi.import>
         <!-- keep in sync with services exported in activator -->
         <cxf.export.service>