You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/10 12:59:29 UTC

svn commit: r1672613 - /sling/trunk/testing/samples/integration-tests/pom.xml

Author: cziegeler
Date: Fri Apr 10 10:59:29 2015
New Revision: 1672613

URL: http://svn.apache.org/r1672613
Log:
Correct dependency to launchpad project

Modified:
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1672613&r1=1672612&r2=1672613&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Fri Apr 10 10:59:29 2015
@@ -326,7 +326,6 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
-            <classifier>standalone</classifier>
             <version>8-SNAPSHOT</version>
         </dependency>
         <dependency>