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-test-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new 2236b41 SLING-7935 - Consolidate all 'launchpad-testing' modules into
a single git repository
2236b41 is described below
commit 2236b417500a34072cd590fa426986345728604e
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 19 22:56:00 2018 +0200
SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git
repository
Configure usage of pom dependencies
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
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>