You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/24 00:55:56 UTC

[maven-changes-plugin] 02/02: cxf

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit ab5094f7e56ba8ad457677b942080047e1c39941
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 01:45:36 2020 +0100

    cxf
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 348b1c6..e1fc69c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,10 +305,17 @@ under the License.
     </dependency>
 
       <!-- rest client for jira -->
+<!--
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-      <version>2.6.3</version>
+      <version>3.1.18</version>
+    </dependency>
+-->
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-rs-client</artifactId>
+      <version>3.1.18</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>