[FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb 1.50
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1437344 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/doc/changelog.txt b/dependencymanager/annotation/doc/changelog.txt
index 69e4653..ea1b7bc 100644
--- a/dependencymanager/annotation/doc/changelog.txt
+++ b/dependencymanager/annotation/doc/changelog.txt
@@ -11,6 +11,7 @@
* [FELIX-2966] - Annotations should automatically generate Import-Service/Export-Service headers
* [FELIX-2965] - Annotations should allow to enable or disable auto-configuration mode.
* [FELIX-3863] - Generate DependencyManager Annotation MetaData In Project Folder
+ * [FELIX-3865] - Update DependencyManager annotation plugin with latest bndlb
Initial Release 3.0.0
---------------------
diff --git a/dependencymanager/annotation/pom.xml b/dependencymanager/annotation/pom.xml
index 0a08432..d4d38a6 100644
--- a/dependencymanager/annotation/pom.xml
+++ b/dependencymanager/annotation/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
- <version>1.15.0</version>
+ <version>1.50.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
index ad9f4c7..16c5db6 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/plugin/mvn/AnnotationMojo.java
@@ -219,7 +219,7 @@
}
}
- private void buildImportExportService(Jar jar, String header, Set<String> services) throws IOException
+ private void buildImportExportService(Jar jar, String header, Set<String> services) throws Exception
{
getLog().info("building " + header + " header with the following services: " + services);