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/27 16:08:35 UTC

svn commit: r1676270 - /sling/trunk/bundles/extensions/discovery/standalone/pom.xml

Author: cziegeler
Date: Mon Apr 27 14:08:35 2015
New Revision: 1676270

URL: http://svn.apache.org/r1676270
Log:
Remove inherited dependencies

Modified:
    sling/trunk/bundles/extensions/discovery/standalone/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/standalone/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/standalone/pom.xml?rev=1676270&r1=1676269&r2=1676270&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/standalone/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/standalone/pom.xml Mon Apr 27 14:08:35 2015
@@ -57,14 +57,6 @@
     </build>
     <dependencies>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>biz.aQute</groupId>
-            <artifactId>bndlib</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>