This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new c7c5992  SLING-8300 - SlingDefaultValuesTest broken by SLING-2534
c7c5992 is described below

commit c7c599219983e7135397745a4c8f9e1d856afb16
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Mar 1 17:13:06 2019 +0100

    SLING-8300 - SlingDefaultValuesTest broken by SLING-2534
    
    Revert to older o.a.s.servlets.post, for now
---
 src/main/provisioning/sling.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/provisioning/sling.txt b/src/main/provisioning/sling.txt
index 9d33bc0..ae81f23 100644
--- a/src/main/provisioning/sling.txt
+++ b/src/main/provisioning/sling.txt
@@ -62,7 +62,8 @@
     org.apache.sling/org.apache.sling.serviceusermapper/1.4.4
     org.apache.sling/org.apache.sling.serviceuser.webconsole/1.0.0
     org.apache.sling/org.apache.sling.servlets.get/2.1.40
-    org.apache.sling/org.apache.sling.servlets.post/2.3.28
+    # 2.3.28 breaks ITs, see SLING-8300
+    org.apache.sling/org.apache.sling.servlets.post/2.3.26
     org.apache.sling/org.apache.sling.servlets.resolver/2.5.2
     org.apache.sling/org.apache.sling.xss/2.1.0
     javax.mail/mail/1.5.0-b01

Reply via email to