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

* updated dependencies
diff --git a/pom.xml b/pom.xml
index 1106167..98155a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,10 @@
                 <configuration>
                     <exportScr>true</exportScr>
                     <instructions>
-                        <Require-Capability>io.sightly; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))"</Require-Capability>
+                        <Require-Capability>
+                            io.sightly.runtime; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))",
+                            io.sightly; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))"
+                        </Require-Capability>
                     </instructions>
                 </configuration>
             </plugin>
@@ -120,8 +123,8 @@
         <!-- HTL -->
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.0</version>
+            <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
+            <version>1.0.0-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>