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 535f8b0 SLING-9999 - Remove cyclic dependency between scripting and
servlets features
535f8b0 is described below
commit 535f8b0790704731dd58d7c90e150d08f1ac00bd
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Apr 28 16:57:24 2021 +0200
SLING-9999 - Remove cyclic dependency between scripting and servlets
features
* updated to released dependency
---
it/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/it/pom.xml b/it/pom.xml
index 6d3900a..7dfa0b3 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.1-SNAPSHOT</version>
+ <version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>