SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules

* corrected dependencies
diff --git a/pom.xml b/pom.xml
index 09a7d3b..b4c88b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,13 +186,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.23-1.4.0-SNAPSHOT</version>
+            <version>1.1.0-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.27-1.4.0-SNAPSHOT</version>
+            <version>1.1.0-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>