You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/01/22 09:41:20 UTC

[sling-org-apache-sling-scripting-sightly-runtime] 04/11: SLING-8012 - Extract an HTL runtime bundle from the existing HTL modules

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

radu pushed a commit to branch issue/SLING-8228
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-runtime.git

commit 5caa79c78fb9b81a0b6805ce23b6ba255447cd6b
Author: Radu Cotescu <co...@adobe.com>
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>