You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:25:14 UTC

[sling-org-apache-sling-crankstart-launcher] 17/31: Fix build order

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

rombert pushed a commit to annotated tag org.apache.sling.crankstart.launcher-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-crankstart-launcher.git

commit b6d911fc2a0b5a2ded69d5c1dc1100aeb338f84f
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Jun 2 17:08:52 2014 +0000

    Fix build order
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/crankstart/launcher@1599270 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index c37eb97..6617f3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,12 @@
 	    <version>0.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+	    <groupId>org.apache.sling</groupId>
+	    <artifactId>org.apache.sling.crankstart.sling.extensions</artifactId>
+	    <version>0.0.1-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
          <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.