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-jsp.git
The following commit(s) were added to refs/heads/master by this push:
new e4f2f58 SLING-9999 - Remove cyclic dependency between scripting and
servlets features
e4f2f58 is described below
commit e4f2f587cd5cd98a4e8d24fe5c07131dc9c9f3b1
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Apr 28 17:13:09 2021 +0200
SLING-9999 - Remove cyclic dependency between scripting and servlets
features
* updated to the released dependency for o.a.s.scripting.spi
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c002c9f..9316ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.spi</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>