This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318 in repository https://gitbox.apache.org/repos/asf/sling-samples.git
commit af03ed882908f3b38e5f04352dddb1509b779396 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 10 09:03:18 2025 +0200 Add Sling scripting API test dependency to fix missing BindingsValuesProvidersByContext --- slingshot/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/slingshot/pom.xml b/slingshot/pom.xml index 7207d33..18fb16a 100644 --- a/slingshot/pom.xml +++ b/slingshot/pom.xml @@ -103,6 +103,13 @@ <version>6.0.0</version> <scope>test</scope> </dependency> + <!-- Sling Scripting API for testing --> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.scripting.api</artifactId> + <version>3.0.4</version> + <scope>test</scope> + </dependency> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId>
