Sling JSP Taglib does not require JSP 2.1, so the import should not be
requesting it
------------------------------------------------------------------------------------
Key: SLING-899
URL: https://issues.apache.org/jira/browse/SLING-899
Project: Sling
Issue Type: Improvement
Components: Scripting JSP
Affects Versions: Scripting JSP-Taglib 2.0.2
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Scripting JSP-Taglib 2.0.4
The current build creates an Import-Package header for the JSP API requiring
version 2.1 since the Import-Package header is constructed from the JSP API
provided by JSP bundle. To overwrite this, we should explicilty import version
2.0 in the bundle plugin configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.