You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/02/20 14:47:10 UTC

svn commit: r1783775 - /sling/trunk/parent/pom.xml

Author: kwin
Date: Mon Feb 20 14:47:10 2017
New Revision: 1783775

URL: http://svn.apache.org/viewvc?rev=1783775&view=rev
Log:
SLING-6533 no longer add bndlib to the list of common dependencies

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1783775&r1=1783774&r2=1783775&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Mon Feb 20 14:47:10 2017
@@ -1220,11 +1220,6 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.metatype.annotations</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>biz.aQute.bnd</groupId>
-            <artifactId>biz.aQute.bndlib</artifactId>
-        </dependency>
     </dependencies>
 
     <distributionManagement>