This is an automated email from the ASF dual-hosted git repository.
deki 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 3d2f090 [CXF-7906] update JAX-RS API to 2.1.5
3d2f090 is described below
commit 3d2f090f40825cd19ff5d1cf9b360625a39b0264
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Jan 24 09:16:22 2019 +0100
[CXF-7906] update JAX-RS API to 2.1.5
---
parent/pom.xml | 2 +-
systests/microprofile/client/async/pom.xml | 1 -
systests/microprofile/pom.xml | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 499c022..4ee9d41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
<cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
<cxf.jasypt.bundle.version>1.9.2_1</cxf.jasypt.bundle.version>
<cxf.javassist.version>3.21.0-GA</cxf.javassist.version>
- <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
+ <cxf.javax.ws.rs.version>2.1.5</cxf.javax.ws.rs.version>
<cxf.jaxb.version>2.3.2</cxf.jaxb.version>
<cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version>
<cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version>
diff --git a/systests/microprofile/client/async/pom.xml
b/systests/microprofile/client/async/pom.xml
index 5d3c87c..5f9ce4c 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -42,7 +42,6 @@
<cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
<cxf.slf4j.version>1.7.25</cxf.slf4j.version>
<cxf.commons.logging.version>1.2</cxf.commons.logging.version>
- <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
<cxf.wiremock.version>2.10.1</cxf.wiremock.version>
</properties>
<dependencies>
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index 992f278..1401449 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -42,7 +42,6 @@
<cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
<cxf.slf4j.version>1.7.25</cxf.slf4j.version>
<cxf.commons.logging.version>1.2</cxf.commons.logging.version>
- <cxf.javax.ws.rs.version>2.1.4</cxf.javax.ws.rs.version>
</properties>
<dependencyManagement>
<dependencies>