You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/11/17 11:27:15 UTC

[syncope] branch master updated: [SYNCOPE-1712] Adding cxf-rt-transports-http-hc for client library

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 30f9c1ef1a [SYNCOPE-1712] Adding cxf-rt-transports-http-hc for client library
30f9c1ef1a is described below

commit 30f9c1ef1a806711569c8dc82ae706f3ed3b0c45
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 17 12:26:56 2022 +0100

    [SYNCOPE-1712] Adding cxf-rt-transports-http-hc for client library
---
 client/idrepo/lib/pom.xml | 6 +++++-
 pom.xml                   | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/client/idrepo/lib/pom.xml b/client/idrepo/lib/pom.xml
index 2817086718..771dae4a3e 100644
--- a/client/idrepo/lib/pom.xml
+++ b/client/idrepo/lib/pom.xml
@@ -46,7 +46,11 @@ under the License.
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-features-logging</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http-hc</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>com.fasterxml.jackson.jaxrs</groupId>
       <artifactId>jackson-jaxrs-json-provider</artifactId>
diff --git a/pom.xml b/pom.xml
index dea8c49f94..1bf2d4bfe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,6 +603,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-hc</artifactId>
+        <version>${cxf.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-features-logging</artifactId>