[FELIX-4517] Generate generic capabilities and requirements for services from blueprint and scr descriptors

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1595765 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 22afd41..7698072 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -70,6 +70,11 @@
     <version>1.6.6</version>
   </dependency>
   <dependency>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>org.apache.felix.utils</artifactId>
+    <version>1.6.0</version>
+  </dependency>
+  <dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-core</artifactId>
    <version>2.0.7</version>