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 2021/08/29 10:17:00 UTC

[sling-org-apache-sling-testing-sling-mock-oak] branch master updated: SLING-10762 sling-mock-oak: Change sling-mock.core dependency to "provided"

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 dc1dc22  SLING-10762 sling-mock-oak: Change sling-mock.core dependency to "provided"
dc1dc22 is described below

commit dc1dc225bac530c16fcdb5ea96579c5d72e6fe7a
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Sun Aug 29 12:16:51 2021 +0200

    SLING-10762 sling-mock-oak: Change sling-mock.core dependency to "provided"
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75a2598..5f34422 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
             <version>${sling-mock.version}</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.jackrabbit</groupId>
@@ -114,12 +114,14 @@
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-commons</artifactId>
             <version>${jackrabbit.version}</version>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>oak-jackrabbit-api</artifactId>
             <version>${oak.version}</version>
+            <scope>compile</scope>
         </dependency>
 
         <!-- those two compile dependencies are requires to avoid "Dependency-reduced POM written" endless loop in maven-shade-plugin -->