SLING-6165 - Expose a service for Sling Scripting that provides request-scoped Resource Resolvers for scripting dependencies
* updated o.a.s.scripting.api + o.a.s.scripting.core to use the latest release of o.a.s.api
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1773763 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4e91930..81339cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.16.1-SNAPSHOT</version>
+ <version>2.16.0</version>
<scope>provided</scope>
</dependency>
</dependencies>