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 2016/03/08 20:41:10 UTC

svn commit: r1734129 - /sling/trunk/pom.xml

Author: olli
Date: Tue Mar  8 19:41:10 2016
New Revision: 1734129

URL: http://svn.apache.org/viewvc?rev=1734129&view=rev
Log:
exclude validation until excluded from Jenkins’ Java 7 builds

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1734129&r1=1734128&r2=1734129&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Tue Mar  8 19:41:10 2016
@@ -182,7 +182,9 @@
         <module>bundles/extensions/healthcheck</module>
         <module>bundles/resourceaccesssecurity/core</module>
         <module>bundles/resourceaccesssecurity/it</module>
+        <!--
         <module>bundles/extensions/validation</module>
+        -->
         <module>bundles/extensions/models/api</module>
         <module>bundles/extensions/models/impl</module>
         <module>bundles/extensions/models/validation-impl</module>