This is an automated email from the ASF dual-hosted git repository.
ffang 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 3d2185b [CXF-7970]Fix Undertow import range
3d2185b is described below
commit 3d2185bb289b4b873a388e5a41fd3bac891c3354
Author: Freeman Fang <[email protected]>
AuthorDate: Fri Feb 15 09:24:36 2019 +0800
[CXF-7970]Fix Undertow import range
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 6ace591..ff97435 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -132,7 +132,7 @@
<cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
<cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
<cxf.undertow.version>2.0.17.Final</cxf.undertow.version>
- <cxf.undertow.osgi.version>[1.3, 1.5)</cxf.undertow.osgi.version>
+ <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
<cxf.junit.version>4.12</cxf.junit.version>
<cxf.hamcrest.version>1.3</cxf.hamcrest.version>
<cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>