SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git repository

Configure usage of pom dependencies
diff --git a/pom.xml b/pom.xml
index c4d2c02..076d15c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,9 @@
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <usePomDependencies>true</usePomDependencies>
+                </configuration>
             </plugin>
         </plugins>
     </build>