Bumping up bnd to 116, to support Include-Resources from jar files in the class path, not just jar files in the project directory.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@517794 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven2/maven-bundle-plugin/pom.xml b/tools/maven2/maven-bundle-plugin/pom.xml
index 60b6f03..425a8f3 100644
--- a/tools/maven2/maven-bundle-plugin/pom.xml
+++ b/tools/maven2/maven-bundle-plugin/pom.xml
@@ -49,7 +49,7 @@
   <dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>bnd</artifactId>
-   <version>0.0.107</version>
+   <version>0.0.116</version>
   </dependency>
   <dependency>
    <groupId>junit</groupId>