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-war.git


The following commit(s) were added to refs/heads/master by this push:
     new cfa4517  SLING-7935 - Consolidate all 'launchpad-testing' modules into 
a single git repository
cfa4517 is described below

commit cfa4517f8092d91e82f5f9ef9b3bb8aeaa02605a
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 19 23:10:47 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 6ce06d1..0b087b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <createWebapp>true</createWebapp>
+                    <usePomDependencies>true</usePomDependencies>
                 </configuration>
             </plugin>
             <plugin>
@@ -222,8 +223,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>

Reply via email to