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
commit afe6ae987e9a85471eec10ebfde4182b203d5f0d Author: Radu Cotescu <[email protected]> AuthorDate: Thu Feb 27 12:18:08 2020 +0100 SLING-9159 - Switch to the LazyBindings implementation from org.apache.sling.api * the o.a.s.starter provides latest o.a.s.api; no need for override --- it/pom.xml | 6 ------ it/src/test/provisioning/it-model.txt | 1 - 2 files changed, 7 deletions(-) diff --git a/it/pom.xml b/it/pom.xml index 888ba21..8ab4baa 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -187,12 +187,6 @@ </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 d7840e9..3c73e84 100644 --- a/it/src/test/provisioning/it-model.txt +++ b/it/src/test/provisioning/it-model.txt @@ -22,7 +22,6 @@ # 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
