SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git repository
diff --git a/pom.xml b/pom.xml
index 6bcfca6..2310452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
              <groupId>org.apache.sling</groupId>
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-             <version>1.0.8</version>
+             <version>${project.version}</version>
              <scope>test</scope>
              <exclusions>
                  <exclusion>
@@ -175,6 +175,23 @@
              </exclusions>
         </dependency>
 
+        <!-- depend on the exact same Slingstart version -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.starter</artifactId>
+            <type>slingfeature</type>
+            <classifier>slingfeature</classifier>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.test-bundles</artifactId>
+            <version>${project.version}</version>
+            <type>slingfeature</type>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Dependencies for the Test Build and Run -->
          <dependency>
             <groupId>commons-io</groupId>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index ee414dc..3f450f4 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/12-SNAPSHOT/slingstart
-  org.apache.sling/org.apache.sling.launchpad.test-bundles/0.0.6/slingfeature
+  org.apache.sling/org.apache.sling.starter//slingstart
+  org.apache.sling/org.apache.sling.launchpad.test-bundles//slingfeature
 
 # additional configuration for testing
 [configurations]