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

* updated dependencies
diff --git a/pom.xml b/pom.xml
index ae4e6d8..0b87c24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>34</version>
         <relativePath />
     </parent>
 
@@ -208,6 +208,18 @@
             <version>${antlr.version}</version>
         </dependency>
 
+        <!-- OSGi -->
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Needed for the ObjectModel -->
         <dependency>
             <groupId>org.apache.sling</groupId>