You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/10 21:02:36 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: SLING-11575 Update to Sling Bundle Parent 49 (#37)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b80f8a  SLING-11575 Update to Sling Bundle Parent 49 (#37)
4b80f8a is described below

commit 4b80f8aeae79f38f092d92119a7d1fb02d61dab1
Author: Eric Norman <en...@apache.org>
AuthorDate: Sat Sep 10 14:02:32 2022 -0700

    SLING-11575 Update to Sling Bundle Parent 49 (#37)
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7af451e..cc0ab71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>48</version>
+    <version>49</version>
     <relativePath />
   </parent>
 
@@ -176,12 +176,13 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
+            <artifactId>org.osgi.framework</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>