SLING-9999 - Remove cyclic dependency between scripting and servlets features

* updated to the released dependency for o.a.s.scripting.spi
diff --git a/pom.xml b/pom.xml
index 8fc10c0..9b7afea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,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>
@@ -382,6 +382,12 @@
             <version>2.3.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlets.resolver</artifactId>
+            <version>2.7.13-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Dependencies for the Test Build and Run -->
         <dependency>
diff --git a/src/test/provisioning/sling.txt b/src/test/provisioning/sling.txt
index 3aa5831..1a6f2aa 100644
--- a/src/test/provisioning/sling.txt
+++ b/src/test/provisioning/sling.txt
@@ -118,7 +118,7 @@
     org.apache.sling/org.apache.sling.serviceuser.webconsole/1.0.2
     org.apache.sling/org.apache.sling.servlets.get/2.1.40
     org.apache.sling/org.apache.sling.servlets.post/2.3.36
-    org.apache.sling/org.apache.sling.servlets.resolver/2.7.13-SNAPSHOT
+    org.apache.sling/org.apache.sling.servlets.resolver
     org.apache.sling/org.apache.sling.xss/2.1.18
     javax.mail/mail/1.5.0-b01
     org.apache.geronimo.bundles/jstl/1.2_1