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 3615d6a  SLING-9525 : Create repoinit analyser
3615d6a is described below

commit 3615d6a629ca5eef733e4fab7a5424d664bcdeb8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Jun 18 10:01:15 2020 +0200

    SLING-9525 : Create repoinit analyser
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f6170d9..946c679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,11 @@
             
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
             <version>1.1.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.repoinit.parser</artifactId>
+            <version>1.6.2</version>
+        </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>
             <groupId>org.apache.jackrabbit.vault</groupId>

Reply via email to