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:17 UTC

[sling-org-apache-sling-karaf-distribution] 02/02: 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-distribution.git

commit 8dc948b644548ff3e10f6315949006eacb15eb33
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Oct 31 16:20:33 2020 +0100

    SLING-9837 Use OSGi R7 HTTP Service
    
    add asm and spifly features for Groovy (bundles provided via Pax Web before)
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index cdfb3f6..7439c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -537,6 +537,10 @@
             <feature>composum-nodes</feature>
             <!-- Thymeleaf -->
             <feature>thymeleaf</feature>
+            <!-- asm -->
+            <feature>asm</feature>
+            <!-- spifly -->
+            <feature>spifly</feature>
           </installedFeatures>
           <startupFeatures>
             <feature>eventadmin</feature>