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-runtime.git


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

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

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

diff --git a/pom.xml b/pom.xml
index 0b404db..5c9e46f 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>
 
@@ -160,6 +160,13 @@
     <!-- 
======================================================================= -->
     <dependencies>
 
+        <!-- OSGi -->
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Logging -->
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to