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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3cc359c6 SLING-12460 - Remove snapshot dep, fix scope
3cc359c6 is described below

commit 3cc359c6c41bb69b3e4289de4ebbbd52ee64b34a
Author: Christian Schneider <[email protected]>
AuthorDate: Tue Nov 26 10:13:58 2024 +0100

    SLING-12460 - Remove snapshot dep, fix scope
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a902db56..bfcca617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jcr</artifactId>
             <version>1.40.0</version>
-            <scope>compile</scope>
+            <scope>test</scope>
         </dependency>
 
 
@@ -252,7 +252,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.api</artifactId>
-            <version>0.6.1-SNAPSHOT</version>
+            <version>0.7.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

Reply via email to