Use local copy of latest bndlib code for pre-release testing purposes
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1347815 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 9662bec..1b583c5 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -55,15 +55,43 @@
<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/java/aQute/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+<!--
+ | ^^^^^^^^ TEMP ^^^^^^^^
+-->
</plugins>
</build>
<dependencies>
+<!--
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
<version>1.50.0</version>
</dependency>
+-->
+<!--
+ | vvvvvvvv TEMP vvvvvvvv
+-->
+ <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>