This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch SLING-10216/verify-its in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git
commit 9ec8cba182a1e2f3b54082c8fd138f153242e602 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Mar 16 13:20:07 2021 +0100 SLING-10216 - fix verify.groovy --- src/it/annotations-it/verify.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/it/annotations-it/verify.groovy b/src/it/annotations-it/verify.groovy index bf4a310..637b595 100644 --- a/src/it/annotations-it/verify.groovy +++ b/src/it/annotations-it/verify.groovy @@ -296,3 +296,5 @@ def assertNoProperty(xml, String [] names) { 'sling.servlet.prefix', ) } + +return true
