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/07 11:30:34 UTC

[sling-org-apache-sling-karaf-features] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new ba98bac  SLING-9837 Use OSGi R7 HTTP Service
ba98bac is described below

commit ba98bacd0676a31facc64c735ad12e3d4cd43555
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Nov 7 12:29:42 2020 +0100

    SLING-9837 Use OSGi R7 HTTP Service
    
    add jstl to sling-scripting-jsp
---
 src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index f4e4c3d..0f5fd77 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -533,6 +533,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.jsp.taglib/2.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.el-api/1.0.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.jsp-api/1.0.2</bundle>
+    <bundle>mvn:org.apache.geronimo.bundles/jstl/1.2_1</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-scripting</feature>
     <feature version="${project.version}">sling-commons-compiler</feature>