This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 14eb3fa  SLING-8012 - Extract an HTL runtime bundle from the existing 
HTL modules
14eb3fa is described below

commit 14eb3fa2f302b1dfb81b99164932234de7914715
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Oct 31 17:14:51 2018 +0100

    SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules
    
    * updated dependencies
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27392f1..a3f77f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>34</version>
         <relativePath />
     </parent>
 
@@ -178,6 +178,18 @@
             <scope>provided</scope>
         </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>
+
         <!-- Logging -->
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to