Author: reschke
Date: Tue Apr 25 15:35:03 2017
New Revision: 1792624

URL: http://svn.apache.org/viewvc?rev=1792624&view=rev
Log:
OAK-5664: Require Java 8

remove obsolete java8 profile

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1792624&r1=1792623&r2=1792624&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Apr 25 15:35:03 2017
@@ -957,15 +957,6 @@
       </dependencies>
     </profile>
     <profile>
-      <id>java8</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <test.opts.memory>-Xmx512m</test.opts.memory>
-      </properties>
-    </profile>
-    <profile>
       <id>coverage</id>
       <properties>
         <skip.coverage>false</skip.coverage>


Reply via email to