You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ap...@apache.org on 2022/09/20 14:39:17 UTC

[sling-org-apache-sling-installer-factory-configuration] 01/01: SLING-11591: upgrade to sling parent 49

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

apelluru pushed a commit to branch SLING-11591
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git

commit 645e82a65153e92cc423c58380fc095e73930494
Author: Ashok Pelluru <ap...@apache.org>
AuthorDate: Tue Sep 20 16:35:57 2022 +0200

    SLING-11591: upgrade to sling parent 49
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2e83f08..0ebfccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>43</version>
+        <version>49</version>
         <relativePath />
     </parent>
 
@@ -35,7 +35,6 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-09-05T07:44:56Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
@@ -77,10 +76,12 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>