This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307-2 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit d27273170101263ddd471c7c15ff9a44083488d0 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 19 12:20:09 2025 +0200 chore(eclipse): include commons-logging in the update site Fix Missing requirement: Apache HttpClient 4.5.13.v20210128-2225 (org.apache.httpcomponents.httpclient 4.5.13.v20210128-2225) requires 'java.package; org.apache.commons.logging [1.2.0,1.3.0)' but it could not be found --- eclipse/feature/feature.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclipse/feature/feature.xml b/eclipse/feature/feature.xml index 73630807..5fd80898 100644 --- a/eclipse/feature/feature.xml +++ b/eclipse/feature/feature.xml @@ -281,6 +281,13 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.apache.commons.logging" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + <plugin id="org.apache.httpcomponents.httpclient" download-size="0"
