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

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: update to sling-bundle-parent 49

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new 80d66fa  update to sling-bundle-parent 49
80d66fa is described below

commit 80d66fa0d7955e7be540d4f531620c896d25dd1c
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Sep 12 16:27:46 2022 +0200

    update to sling-bundle-parent 49
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 098d1fe..2e9e404 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>
 
@@ -87,6 +87,7 @@
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jcr</artifactId>
             <version>${oak.version}</version>
+            <scope>compile</scope>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.jackrabbit</groupId>