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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9d2fda  Correct scope of dependencies to avoid problems with 
downstream users
e9d2fda is described below

commit e9d2fdacd5be7cfca4386211587bd080b801ccd1
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 5 08:45:11 2021 +0100

    Correct scope of dependencies to avoid problems with downstream users
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbe00da..cbabcf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,30 +143,25 @@
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>org.apache.jackrabbit.vault</artifactId>
             <version>3.2.6</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-spi-commons</artifactId>
             <version>2.19.1</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
             <version>1.6.3-SNAPSHOT</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>2.6</version>
-            <scope>provided</scope>
         </dependency>
         <!-- END Content-Package check -->
 

Reply via email to