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 e6d69eda0223832db5b64163ca33c8e2fb048df4 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Jun 8 12:35:43 2023 +0200 [SYNCOPE-1763] Back to CXF 3.5.6 as temporary workaround This reverts commit 2252d74209bb944d90dd20579c2468597e4f79f3. --- core/idrepo/rest-cxf/pom.xml | 6 +----- pom.xml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/core/idrepo/rest-cxf/pom.xml b/core/idrepo/rest-cxf/pom.xml index 8df08ed83f..6011d8a460 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,10 +72,6 @@ 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 bc45080b53..b510992c21 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ under the License. <connid.okta.version>3.0.0</connid.okta.version> <connid.cmd.version>0.5</connid.cmd.version> - <cxf.version>3.6.0</cxf.version> + <cxf.version>3.5.6</cxf.version> <bouncycastle.version>1.70</bouncycastle.version> <nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
