[FELIX-4691] Empty string value for property causes build failure

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1690579 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 555e1d8..71a4208 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -84,6 +84,7 @@
     <configuration>
      <excludes>
       <exclude>**/*.mf</exclude>
+      <exclude>src/repo/**/*.pom</exclude>
      </excludes>
     </configuration>
    </plugin>
@@ -127,7 +128,7 @@
   <dependency>
     <groupId>biz.aQute.bnd</groupId>
     <artifactId>biz.aQute.bndlib</artifactId>
-    <version>20150709</version>
+    <version>20150713</version>
   </dependency>
   <dependency>
     <groupId>org.apache.felix</groupId>