You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/05/02 15:56:54 UTC

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

Author: cziegeler
Date: Fri May  2 13:56:53 2014
New Revision: 1591911

URL: http://svn.apache.org/r1591911
Log:
SLING-3405 : SLING2094Test and ServerSideScriptsTest fail with java 8: JSP compiler does not find java.util.Arrays or java.lang.CharSequence

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=1591911&r1=1591910&r2=1591911&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Fri May  2 13:56:53 2014
@@ -40,6 +40,9 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp</url>
     </scm>
 
+    <properties>
+        <sling.java.version>6</sling.java.version>
+    </properties>
     <build>
         <plugins>
             <plugin>