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 ab19998 Remove dependency on repoinit parser
ab19998 is described below
commit ab1999861ed53595abc6ccd13ac2ddde791fdb38
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Feb 5 08:44:46 2021 +0100
Remove dependency on repoinit parser
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 26a5507..840608a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,11 +183,6 @@
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
<version>1.1.19-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.repoinit.parser</artifactId>
- <version>1.6.3-SNAPSHOT</version>
- </dependency>
<!-- aux dependencies for Content-Package check -->
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>