SLING-5862 - Remove maven-antrun-plugin executions related to memory
checks

With SLING-5860 the checks are no longer required.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1753187 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 546cca5..9705e3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,24 +163,6 @@
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>check-memory-task</id>
-                        <phase>process-resources</phase>
-                        <configuration>
-                            <target>
-                                <echo>
-**************** WARNING (SLING-443/SLING-1782) ******************************
-On most platforms, you'll get OutOfMemoryErrors when building unless you set
-on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
-on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
-******************************************************************************
-                                </echo>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                    <execution>
                         <id>set-bundle-required-execution-environment</id>
                         <goals>
                             <goal>run</goal>