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 2017/03/12 19:41:35 UTC

svn commit: r1786606 - /sling/trunk/bundles/scripting/jsp/pom.xml

Author: olli
Date: Sun Mar 12 19:41:35 2017
New Revision: 1786606

URL: http://svn.apache.org/viewvc?rev=1786606&view=rev
Log:
SLING-6502 JSP: java.lang.VerifyError (Bad type on operand stack)

tie package imports of JSP and EL API to version 2.1.0

Modified:
    sling/trunk/bundles/scripting/jsp/pom.xml

Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=1786606&r1=1786605&r2=1786606&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Sun Mar 12 19:41:35 2017
@@ -48,6 +48,11 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Import-Package>
+                            javax.el;version="[2.1.0,2.1.0]",
+                            javax.servlet.jsp.*;version="[2.1.0,2.1.0]",
+                            *
+                        </Import-Package>
                         <Export-Package>
                             org.apache.sling.scripting.jsp.util;version=2.0.8
                         </Export-Package>