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 d34be591725051a9c4d04e2d5029831c1177eda6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 10 09:04:17 2025 +0200

    Downgrade Sling mock version to avoid missing scripting API dependency
---
 slingshot/pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index af38266..3217c0d 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -103,13 +103,6 @@
             <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>2.4.0</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
@@ -142,7 +135,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-            <version>4.0.0-1.62.0</version>
+            <version>3.4.14-1.44.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to