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/11/01 11:56:05 UTC

[sling-org-apache-sling-karaf-features] 05/05: SLING-9837 Use OSGi R7 HTTP Service

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-features.git

commit 368c48f64133962c741962441ae3184dc119571c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Nov 1 12:53:27 2020 +0100

    SLING-9837 Use OSGi R7 HTTP Service
    
    remove feature felix-http from sling (allows usage of other HTTP services)
---
 src/main/feature/feature.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 58bfac5..f4e4c3d 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -35,7 +35,6 @@
     <feature>eventadmin</feature>
     <feature>scr</feature>
     <feature>management</feature>
-    <feature>felix-http</feature>
     <feature version="${project.version}">sling-commons-fsclassloader</feature>
     <feature version="${project.version}">sling-commons-osgi</feature>
     <feature version="${project.version}">sling-commons-scheduler</feature>