Updating maven-bundle-plugin to 3.0.1

Change-Id: Ia6721404b765c496070de151c114fdb738799ee4
diff --git a/pom.xml b/pom.xml
index 9d6de58..1d42bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,19 +594,8 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>3.0.1</version>
                     <extensions>true</extensions>
-                    <!--
-                        Drop following dependency when the below bug fix is published
-                        https://issues.apache.org/jira/browse/FELIX-4556
-                    -->
-                    <dependencies>
-                        <dependency>
-                            <groupId>biz.aQute.bnd</groupId>
-                            <artifactId>bndlib</artifactId>
-                            <version>2.4.0</version>
-                        </dependency>
-                    </dependencies>
                 </plugin>
 
                 <plugin>