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 <[email protected]> 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>
