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:44:20 UTC

[sling-slingfeature-maven-plugin] 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-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 38ccaf7  SLING-10748 : Feature Analyser should not embed dependencies
38ccaf7 is described below

commit 38ccaf7eed57abc76ee6fb236c171494af08cd37
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Aug 24 17:44:14 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 50a5201..98c6b7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git</url>
-      <tag>slingfeature-maven-plugin-1.5.2</tag>
-  </scm>
+    </scm>
 
     <build>
         <plugins>
@@ -173,7 +172,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.34</version>
+            <version>1.3.35-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.repoinit.parser</artifactId>
+            <version>1.6.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>