You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2022/08/03 14:59:37 UTC

[sling-org-apache-sling-scripting-sightly-testing] branch master updated: SLING-11508 - Make dependency resolution use ResourceResolver#getResource instead of ResourceResolver#resolve

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 687da73  SLING-11508 - Make dependency resolution use ResourceResolver#getResource instead of ResourceResolver#resolve
687da73 is described below

commit 687da73b40a1b2e4b7bdfa3064a8fb24546e651b
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 3 16:58:35 2022 +0200

    SLING-11508 - Make dependency resolution use ResourceResolver#getResource instead of ResourceResolver#resolve
    
    * updated to latest modules (actual tests for this issue are at
    https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker-it )
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d802f6..d4f4f96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,13 +390,13 @@ Require-Capability: osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.17-1.4.0-SNAPSHOT</version>
+            <version>1.4.19-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.js.provider</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.7-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>