This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-10167-reproduce-sling-alias-query-problem in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
commit 2589f5eacf4b085d1ce0c05f6826d976b3bb0b77 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Feb 25 19:47:34 2021 +0100 Update to version 1.7.2 to show problem with sling:alias query (SLING-10167) --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 26241be..90f2de1 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,14 @@ <dependencies> + <!-- Update to version 1.7.2 to show problem with sling:alias query (SLING-10167) --> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.resourceresolver</artifactId> + <version>1.7.2</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation.versioning</artifactId>
