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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 2252d74209bb944d90dd20579c2468597e4f79f3
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue May 16 16:02:05 2023 +0200

    Upgrading CXF
---
 core/idrepo/rest-cxf/pom.xml | 6 +++++-
 pom.xml                      | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/idrepo/rest-cxf/pom.xml b/core/idrepo/rest-cxf/pom.xml
index 6011d8a460..8df08ed83f 100644
--- a/core/idrepo/rest-cxf/pom.xml
+++ b/core/idrepo/rest-cxf/pom.xml
@@ -43,7 +43,7 @@ under the License.
       <artifactId>jakarta.servlet-api</artifactId> 
       <scope>provided</scope>
     </dependency>
-    
+
     <dependency>
       <groupId>jakarta.persistence</groupId>
       <artifactId>jakarta.persistence-api</artifactId>
@@ -72,6 +72,10 @@ under the License.
       <artifactId>jackson-jaxrs-yaml-provider</artifactId>
     </dependency>
       
+    <dependency>
+      <groupId>jakarta.xml.ws</groupId>
+      <artifactId>jakarta.xml.ws-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
diff --git a/pom.xml b/pom.xml
index 49b7350b68..9cf044144a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
     <connid.okta.version>3.0.0</connid.okta.version>
     <connid.cmd.version>0.5</connid.cmd.version>
 
-    <cxf.version>3.5.6</cxf.version>
+    <cxf.version>3.6.0</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
 

Reply via email to