You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/17 16:33:37 UTC

[sling-whiteboard] branch master updated: Remove circular dependency between this module and the feature.starter - I don't think it's useful here?

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24257a8  Remove circular dependency between this module and the feature.starter - I don't think it's useful here?
24257a8 is described below

commit 24257a826c33bd48bac7414cb8c547c6077d380c
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 17 17:32:46 2020 +0100

    Remove circular dependency between this module and the feature.starter - I don't think it's useful here?
---
 sling-slingstart-feature-maven-plugin/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sling-slingstart-feature-maven-plugin/pom.xml b/sling-slingstart-feature-maven-plugin/pom.xml
index 2b6891e..a6387a3 100644
--- a/sling-slingstart-feature-maven-plugin/pom.xml
+++ b/sling-slingstart-feature-maven-plugin/pom.xml
@@ -39,7 +39,6 @@
         <org.apache.sling.feature.launcher.version>1.1.0</org.apache.sling.feature.launcher.version>
         <org.apache.sling.feature.io.version>1.1.0</org.apache.sling.feature.io.version>
         <org.apache.felix.converter.version>1.0.8</org.apache.felix.converter.version>
-        <org.apache.sling.feature.starter.version>0.0.1-SNAPSHOT</org.apache.sling.feature.starter.version>
         <org.apache.sling.feature.version>1.1.0</org.apache.sling.feature.version>
         <org.apache.sling.feature.analyser.version>1.1.0</org.apache.sling.feature.analyser.version>
         <org.apache.sling.feature.modelconverter.version>1.0.8</org.apache.sling.feature.modelconverter.version>
@@ -162,11 +161,6 @@
 <!--        </dependency>-->
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.starter</artifactId>
-            <version>${org.apache.sling.feature.starter.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
             <version>${org.apache.sling.feature.version}</version>
         </dependency>