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-core.git
The following commit(s) were added to refs/heads/master by this push:
new 53da00b SLING-9999 - Remove cyclic dependency between scripting and
servlets features
53da00b is described below
commit 53da00bfd036f31192c1fc870ad19d79171ec1cf
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Apr 28 17:07:24 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 b54b903..c5052d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,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>provided</scope>
</dependency>
<dependency>