SLING-5450 adjust artifactId and groupId of bndlib
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1726365 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c063564..5f63dda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1138,8 +1138,8 @@
             <artifactId>org.apache.felix.scr.annotations</artifactId>
         </dependency>
         <dependency>
-            <groupId>biz.aQute</groupId>
-            <artifactId>bndlib</artifactId>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
         </dependency>
     </dependencies>