You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/08/24 15:33:17 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: SLING-10748 : Feature Analyser should not embed dependencies

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 e0eb61e  SLING-10748 : Feature Analyser should not embed dependencies
e0eb61e is described below

commit e0eb61e5c177231254ecc2d626aad15035fe9a04
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Aug 24 17:25:21 2021 +0200

    SLING-10748 : Feature Analyser should not embed dependencies
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index c106374..98f65d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,16 +144,19 @@
             <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.8</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.jcr</groupId>
@@ -163,6 +166,7 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>2.8.0</version>
+            <scope>provided</scope>
         </dependency>
         <!-- END Content-Package check -->