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 11a7575 SLING-7935 - Consolidate all 'launchpad-testing' modules into
a single git repository
11a7575 is described below
commit 11a7575dedfad03e7e357506e8a44bc30a7b9de1
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 19 23:06:28 2018 +0200
SLING-7935 - Consolidate all 'launchpad-testing' modules into a single git
repository
Configure usage of pom dependencies
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2310452..15738f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,7 @@
<vmOpts>${sling.vm.options}</vmOpts>
</server>
</servers>
+ <usePomDependencies>true</usePomDependencies>
</configuration>
</plugin>
<plugin>
@@ -179,8 +180,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.starter</artifactId>
- <type>slingfeature</type>
- <classifier>slingfeature</classifier>
+ <type>slingstart</type>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>