You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/04/03 05:17:38 UTC

[sling-org-apache-sling-karaf-distribution] 03/03: SLING-9317 Provide HttpComponents Client feature

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git

commit afb63b0b9b0a01080c736d685cd3f5cd4273b5dc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Apr 1 21:22:19 2020 +0200

    SLING-9317 Provide HttpComponents Client feature
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 87ee8ba..5f5a8a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,6 +515,8 @@
             <feature>sling-starter-content</feature>
             <!-- Apache Felix Healthcheck -->
             <feature>felix-healthcheck</feature>
+            <!-- Apache HttpComponents Client -->
+            <feature>httpcomponents-client</feature>
             <!-- Apache Jackrabbit -->
             <feature>jackrabbit</feature>
             <feature>jackrabbit-oak</feature>