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

rombert pushed a commit to branch issue/SLING-11897
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-get.git

commit 6586db437be5fd8d25cd0dc274a25fd52a8c103d
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Fri Jun 2 11:36:54 2023 +0200

    SLING-11897 - Default Get Servlet tests fail on Java 17
    
    - update to a more recent version of sling-mock-oak
    - ensure that it is on the classpath before sling-mock.junit4, so that the 
Oak
      dependency is not overridden
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a00f043..b0c5fb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,12 @@
             <version>1.2.4</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
+            <scope>test</scope>
+            <version>3.1.10-1.44.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
@@ -187,12 +193,6 @@
           <version>2.8.0</version>
           <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-            <scope>test</scope>
-            <version>2.1.10-1.16.0</version>
-          </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlet-helpers</artifactId>

Reply via email to