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


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 19d0b4be0f Fix incorrect CXF version pulled via CAS bom
19d0b4be0f is described below

commit 19d0b4be0f1dbcde2eb058924b7e7e2721a00f70
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu May 18 09:49:24 2023 +0200

    Fix incorrect CXF version pulled via CAS bom
---
 wa/pom.xml         | 7 +++++++
 wa/starter/pom.xml | 6 ------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/wa/pom.xml b/wa/pom.xml
index 79908cc160..7aba49003a 100644
--- a/wa/pom.xml
+++ b/wa/pom.xml
@@ -45,6 +45,13 @@ under the License.
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+
+      <!-- CAS 6.6.x pulls CXF 3.5.3 -->
+      <dependency>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-rt-transports-http</artifactId>
+        <version>${cxf.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
diff --git a/wa/starter/pom.xml b/wa/starter/pom.xml
index faf3c88444..5b2d47f4f1 100644
--- a/wa/starter/pom.xml
+++ b/wa/starter/pom.xml
@@ -149,12 +149,6 @@ under the License.
     <dependency>
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-support-syncope-authentication</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>com.github.mmoayyed.cxf</groupId>
-          <artifactId>cxf-rt-rs-extension-search</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apereo.cas</groupId>

Reply via email to