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/05/28 15:18:12 UTC

svn commit: r1486916 - /sling/trunk/bundles/auth/form/pom.xml

Author: bdelacretaz
Date: Tue May 28 13:18:12 2013
New Revision: 1486916

URL: http://svn.apache.org/r1486916
Log:
remove duplicate dependency

Modified:
    sling/trunk/bundles/auth/form/pom.xml

Modified: sling/trunk/bundles/auth/form/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form/pom.xml?rev=1486916&r1=1486915&r2=1486916&view=diff
==============================================================================
--- sling/trunk/bundles/auth/form/pom.xml (original)
+++ sling/trunk/bundles/auth/form/pom.xml Tue May 28 13:18:12 2013
@@ -171,9 +171,5 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
     </dependencies>
 </project>