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 2018/11/07 15:46:05 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: SLING-8080 - Almost all ITs fail after the Starter 11 release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7dab254  SLING-8080 - Almost all ITs fail after the Starter 11 release
7dab254 is described below

commit 7dab254dea422faf2fe4f027185babdb693bfc41
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Nov 7 16:44:58 2018 +0100

    SLING-8080 - Almost all ITs fail after the Starter 11 release
    
    Temporarily stop using pom dependencies as the expansion logic is
    incorrect. Slingstart and slingfeature dependencies seem to be
    expanded, but they are also left untouched as artifacts.
    
    For now, just list the versions explicitly.
---
 pom.xml                         | 1 -
 src/main/provisioning/model.txt | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15738f1..5651af6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,6 @@
                             <vmOpts>${sling.vm.options}</vmOpts>
                         </server>
                     </servers>
-                    <usePomDependencies>true</usePomDependencies>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index 3f450f4..bc22ba0 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -19,8 +19,8 @@
 [feature name=launchpad-testing]
 # Dependencies
 [artifacts]
-  org.apache.sling/org.apache.sling.starter//slingstart
-  org.apache.sling/org.apache.sling.launchpad.test-bundles//slingfeature
+  org.apache.sling/org.apache.sling.starter/12-SNAPSHOT/slingstart
+  org.apache.sling/org.apache.sling.launchpad.test-bundles/12-SNAPSHOT/slingfeature
 
 # additional configuration for testing
 [configurations]