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 05c7c1d SLING-9999 - Remove cyclic dependency between scripting and
servlets features
05c7c1d is described below
commit 05c7c1d6c856c0f05c856750bd2e4fb4ca1753f9
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Mar 2 16:11:33 2021 +0100
SLING-9999 - Remove cyclic dependency between scripting and servlets
features
* moved the o.a.s.servlets.resolver.bundle.tracker API to a dedicated bundle
---
it/pom.xml | 8 ++++----
it/src/test/provisioning/it-model.txt | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/it/pom.xml b/it/pom.xml
index e628e1b..ebb295c 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -175,14 +175,14 @@
<dependencies>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.scripting.core</artifactId>
- <version>2.3.5-SNAPSHOT</version>
+ <artifactId>org.apache.sling.scripting.spi</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.servlets.resolver.api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <artifactId>org.apache.sling.scripting.core</artifactId>
+ <version>2.3.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/it/src/test/provisioning/it-model.txt
b/it/src/test/provisioning/it-model.txt
index 6079826..05ccbe7 100644
--- a/it/src/test/provisioning/it-model.txt
+++ b/it/src/test/provisioning/it-model.txt
@@ -21,7 +21,7 @@
# Dependencies
[artifacts]
- org.apache.sling/org.apache.sling.servlets.resolver.api
+ org.apache.sling/org.apache.sling.scripting.spi
org.apache.sling/org.apache.sling.servlets.resolver
org.apache.sling/org.apache.sling.scripting.core
org.apache.sling/org.apache.sling.commons.compiler