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 2016/01/22 17:20:34 UTC

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

Author: kwin
Date: Fri Jan 22 16:20:34 2016
New Revision: 1726251

URL: http://svn.apache.org/viewvc?rev=1726251&view=rev
Log:
SLING-5450 match the bndlib dependency version the one being used by maven-bundle-plugin

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1726251&r1=1726250&r2=1726251&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Fri Jan 22 16:20:34 2016
@@ -1099,10 +1099,11 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <version>1.9.12</version>
                 <scope>provided</scope>
             </dependency>
+            <!-- this version must match the version being used by the maven-bundle-plugin -->
             <dependency>
-                <groupId>biz.aQute</groupId>
-                <artifactId>bndlib</artifactId>
-                <version>1.50.0</version>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>biz.aQute.bndlib</artifactId>
+                <version>3.0.0</version>
                 <scope>provided</scope>
             </dependency>