SLING-9837 Use OSGi R7 HTTP Service

add jstl to sling-scripting-jsp
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>