- Use bndlib 1.15.0 instead of bnd, for parsing annotations.
- Don't use anymore biz.aQute maven repository anymore.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1074944 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/pom.xml b/dependencymanager/annotation/pom.xml
index a306d14..6fb3e7a 100644
--- a/dependencymanager/annotation/pom.xml
+++ b/dependencymanager/annotation/pom.xml
@@ -37,7 +37,7 @@
 
 		<dependency>
 			<groupId>biz.aQute</groupId>
-			<artifactId>bnd</artifactId>
+			<artifactId>bndlib</artifactId>
 		</dependency>
 
 		<dependency>