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 88f9e43 SLING-9999 - Remove cyclic dependency between scripting and
servlets features
88f9e43 is described below
commit 88f9e4334d3cbc9784e78c3136b56c96e1c83e1f
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Apr 15 12:34:56 2021 +0200
SLING-9999 - Remove cyclic dependency between scripting and servlets
features
* moved ResourceType to o.a.s.api.resource.type
---
it/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/it/pom.xml b/it/pom.xml
index 9fdf6e4..6d3900a 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.spi</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>