]> git.basschouten.com Git - openhab-addons.git/commitdiff
Update bnd to 5.2.0 (#9785)
authorWouter Born <github@maindrain.net>
Tue, 12 Jan 2021 21:02:35 +0000 (22:02 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 21:02:35 +0000 (22:02 +0100)
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0

Signed-off-by: Wouter Born <github@maindrain.net>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6fb038ad9cebebed1951037766ef8e12c3877a35..8fc62c1e3936940bf3c87bdc4aef6fb99ae8bab2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
 
     <ohc.version>3.1.0-SNAPSHOT</ohc.version>
-    <bnd.version>5.1.2</bnd.version>
+    <bnd.version>5.2.0</bnd.version>
     <karaf.version>4.2.7</karaf.version>
     <sat.version>0.10.0</sat.version>
     <slf4j.version>1.7.21</slf4j.version>
@@ -152,6 +152,7 @@ Import-Package: \\
   !*.impl.*, \\
   org.openhab.*, \\
   ${bnd.exportpackage}
+-noimportjava: true
 -sources: false
 -contract: *
 -includeresource: ${bnd.includeresource}