You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/04/09 13:46:13 UTC

svn commit: r1465977 - /sling/trunk/installer/it/pom.xml

Author: bdelacretaz
Date: Tue Apr  9 11:46:12 2013
New Revision: 1465977

URL: http://svn.apache.org/r1465977
Log:
SLING-2815 - oops, remove duplicate dependency

Modified:
    sling/trunk/installer/it/pom.xml

Modified: sling/trunk/installer/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/it/pom.xml?rev=1465977&r1=1465976&r2=1465977&view=diff
==============================================================================
--- sling/trunk/installer/it/pom.xml (original)
+++ sling/trunk/installer/it/pom.xml Tue Apr  9 11:46:12 2013
@@ -451,12 +451,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.installer.api</artifactId>
-            <version>${installer.api.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>