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/09 21:41:16 UTC

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

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-repoinit-parser.git


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

commit 8f211068dd68ab2b0c2bf4accccfc74236e7d11a
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Sep 9 14:41:12 2022 -0700

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

diff --git a/pom.xml b/pom.xml
index a6c6cd6..5295d69 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>
 
@@ -121,15 +121,18 @@
     <dependencies>
         <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.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.jackrabbit</groupId>
@@ -147,6 +150,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>