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

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


The following commit(s) were added to refs/heads/master by this push:
     new 801da3c898 Ensuring all CXF deps are on the same version
801da3c898 is described below

commit 801da3c898cea5215ed12895f2ff9a62d6fc42b4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Oct 10 08:10:11 2024 +0200

    Ensuring all CXF deps are on the same version
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f6aad5852c..561db76bbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -578,6 +578,11 @@ under the License.
         <artifactId>cxf-rt-rs-client</artifactId>
         <version>${cxf.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-rt-transports-http</artifactId>
+        <version>${cxf.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-http-hc</artifactId>

Reply via email to