You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/09/26 20:00:42 UTC

[sling-org-apache-sling-resourceresolver] 01/04: add missing scope

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

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

commit 617f4de11c782667e0389d454e89e38eb3124767
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Sep 26 21:49:27 2019 +0200

    add missing scope
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8f8e3ce..153821c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.serviceusermapper</artifactId>
             <version>1.3.4</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>