You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/20 21:23:39 UTC

[sling-samples] 01/02: SLING-7353 Update to Sling Parent 33

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git

commit 7c2421be1ace69af277811f734121c779276a8c1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jan 20 22:22:31 2018 +0100

    SLING-7353 Update to Sling Parent 33
---
 slingshot/pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index be5620c..51eddc2 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>33</version>
         <relativePath />
     </parent>
 
@@ -79,7 +79,6 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
-                <version>1.7.0</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>
@@ -166,10 +165,18 @@
     </profiles>
 
     <dependencies>
+        <!-- OSGi -->
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
         </dependency>
+        <!-- Apache Sling -->
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.