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 2020/02/26 17:13:16 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: SLING-9159 - Switch to the LazyBindings implementation from org.apache.sling.api

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-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 6351612  SLING-9159 - Switch to the LazyBindings implementation from org.apache.sling.api
6351612 is described below

commit 63516127fa10b5cd98bb4e9b79ee9c5f89f258f3
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Feb 26 18:12:56 2020 +0100

    SLING-9159 - Switch to the LazyBindings implementation from org.apache.sling.api
---
 it/pom.xml                            | 6 ++++++
 it/src/test/provisioning/it-model.txt | 1 +
 2 files changed, 7 insertions(+)

diff --git a/it/pom.xml b/it/pom.xml
index 8ab4baa..888ba21 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -187,6 +187,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.21.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
             <version>1.3.3-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
diff --git a/it/src/test/provisioning/it-model.txt b/it/src/test/provisioning/it-model.txt
index 3c73e84..d7840e9 100644
--- a/it/src/test/provisioning/it-model.txt
+++ b/it/src/test/provisioning/it-model.txt
@@ -22,6 +22,7 @@
 # Dependencies
 [artifacts]
   org.apache.sling/org.apache.sling.starter/12-SNAPSHOT/slingstart
+  org.apache.sling/org.apache.sling.api
   org.apache.sling/org.apache.sling.scripting.sightly
   org.apache.sling/org.apache.sling.scripting.sightly.runtime
   org.apache.sling/org.apache.sling.scripting.sightly.compiler