Applied patch (FELIX-304) to factor out some common functionality.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@546946 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 819ee3e..e1ea380 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -75,5 +75,10 @@
       <version>1.0</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-osgi</artifactId>
+      <version>0.1.0-SNAPSHOT</version>
+    </dependency>
  </dependencies>
 </project>