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 197e2cb35d Fix incorrect CXF version pulled via CAS bom (for
wa-reference and archetype/wa)
197e2cb35d is described below
commit 197e2cb35d54871efc46843e30d77c328dbf7725
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu May 18 10:19:25 2023 +0200
Fix incorrect CXF version pulled via CAS bom (for wa-reference and
archetype/wa)
---
archetype/src/main/resources/archetype-resources/wa/pom.xml | 7 +++++++
fit/wa-reference/pom.xml | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/archetype/src/main/resources/archetype-resources/wa/pom.xml
b/archetype/src/main/resources/archetype-resources/wa/pom.xml
index 49caf5ed88..a005c5223c 100644
--- a/archetype/src/main/resources/archetype-resources/wa/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/wa/pom.xml
@@ -41,6 +41,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/fit/wa-reference/pom.xml b/fit/wa-reference/pom.xml
index b637fafed7..5b3991c640 100644
--- a/fit/wa-reference/pom.xml
+++ b/fit/wa-reference/pom.xml
@@ -48,6 +48,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>