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/12/06 18:43:36 UTC

[sling-org-apache-sling-testing-caconfig-mock-plugin] branch master updated: SLING-10971 caconfig-mock-plugin: Make dependency to org.apache.sling.testing.sling-mock.core "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-caconfig-mock-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 997ec1a  SLING-10971 caconfig-mock-plugin: Make dependency to org.apache.sling.testing.sling-mock.core "provided"
997ec1a is described below

commit 997ec1affa58a4ff9d787fd2aefa7a6de3e5cb3d
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Dec 6 19:42:43 2021 +0100

    SLING-10971 caconfig-mock-plugin: Make dependency to org.apache.sling.testing.sling-mock.core "provided"
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 094f226..6709532 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
             <version>3.2.0</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>