Use deployed bndlib-2.0.0.20130123-133441

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1450827 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 07933a3..d7c5536 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -55,48 +55,15 @@
      <target>1.5</target>
     </configuration>
    </plugin>
-<!--
- | vvvvvvvv TEMP vvvvvvvv
--->
-   <plugin>
-    <groupId>org.apache.rat</groupId>
-    <artifactId>apache-rat-plugin</artifactId>
-    <configuration>
-     <excludes>
-      <exclude>src/main/*/aQute/**</exclude>
-     </excludes>
-    </configuration>
-   </plugin>
-<!--
- | ^^^^^^^^ TEMP ^^^^^^^^
--->
   </plugins>
  </build>
 
  <dependencies>
-<!--
   <dependency>
     <groupId>biz.aQute</groupId>
     <artifactId>bndlib</artifactId>
-    <version>1.50.0</version>
+    <version>2.0.0.20130123-133441</version>
   </dependency>
--->
-<!--
- | vvvvvvvv TEMP vvvvvvvv
--->
-  <dependency>
-    <groupId>org.osgi</groupId>
-    <artifactId>org.osgi.core</artifactId>
-    <version>5.0.0</version>
-  </dependency>
-  <dependency>
-    <groupId>org.osgi</groupId>
-    <artifactId>org.osgi.compendium</artifactId>
-    <version>4.3.0</version>
-  </dependency>
-<!--
- | ^^^^^^^^ TEMP ^^^^^^^^
--->
   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.bundlerepository</artifactId>