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

* added runtime require capability
diff --git a/pom.xml b/pom.xml
index 157a433..ae4e6d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,9 @@
                             io.sightly.compiler; version:Version=1.3.1,
                             io.sightly.compiler; version:Version=1.4
                         </Provide-Capability>
+                        <Require-Capability>
+                            io.sightly.runtime; filter:="(&amp;(version&gt;=1.0)(!(version&gt;=2.0)))"
+                        </Require-Capability>
                     </instructions>
                 </configuration>
             </plugin>