Update to use bndlib 1.50.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1197729 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 7c4bb24..1631600 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -55,28 +55,15 @@
      <target>1.5</target>
     </configuration>
    </plugin>
-    <!-- TEMP: only needed while we include aQute.bndlib 1.47 (not yet on central) -->
-   <plugin>
-    <groupId>org.apache.rat</groupId>
-    <artifactId>apache-rat-plugin</artifactId>
-    <configuration>
-     <excludes>
-      <exclude>**/packageinfo</exclude>
-      <exclude>**/aQute/**</exclude>
-     </excludes>
-    </configuration>
-   </plugin>
   </plugins>
  </build>
 
  <dependencies>
-<!--
   <dependency>
     <groupId>biz.aQute</groupId>
     <artifactId>bndlib</artifactId>
-    <version>1.43.0</version>
+    <version>1.50.0</version>
   </dependency>
--->
   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.bundlerepository</artifactId>